Commit b837a0ff authored by Maciej Goszczycki's avatar Maciej Goszczycki Committed by Commit Bot

[cleanup] Fix forward declaration ordering in isolate.h

Bug: v8:9396
Change-Id: I0933112bb7e0aa7e4428d057116572723b9e74c4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1706476Reviewed-by: 's avatarDan Elphick <delphick@chromium.org>
Commit-Queue: Maciej Goszczycki <goszczycki@google.com>
Cr-Commit-Position: refs/heads/master@{#62776}
parent 65c8a6ac
...@@ -91,8 +91,8 @@ class RootVisitor; ...@@ -91,8 +91,8 @@ class RootVisitor;
class RuntimeProfiler; class RuntimeProfiler;
class SetupIsolateDelegate; class SetupIsolateDelegate;
class Simulator; class Simulator;
class StartupDeserializer;
class StandardFrame; class StandardFrame;
class StartupDeserializer;
class StubCache; class StubCache;
class ThreadManager; class ThreadManager;
class ThreadState; class ThreadState;
......
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