Commit 12243107 authored by Dominik Inführ's avatar Dominik Inführ Committed by Commit Bot

Include persistent-handles.h from local-heap.h

Fixes build on some configurations with GCC/libstdc++.

Bug: v8:10708, v8:10315
Change-Id: I8f1c98e9143aa05b49b2a2d74f2024c093a5df29
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2299378
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68881}
parent a97d0658
......@@ -11,6 +11,7 @@
#include "src/base/platform/condition-variable.h"
#include "src/base/platform/mutex.h"
#include "src/execution/isolate.h"
#include "src/handles/persistent-handles.h"
#include "src/heap/concurrent-allocator.h"
namespace v8 {
......@@ -19,7 +20,6 @@ namespace internal {
class Heap;
class Safepoint;
class LocalHandles;
class PersistentHandles;
class V8_EXPORT_PRIVATE LocalHeap {
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment