Index: src/frames.h |
diff --git a/src/frames.h b/src/frames.h |
index 1114576374c05065550b1a9370fe152f02250d66..ef52ec86160b3f3e678a1f45ae176747da23b61b 100644 |
--- a/src/frames.h |
+++ b/src/frames.h |
@@ -29,9 +29,10 @@ int JSCallerSavedCode(int n); |
// Forward declarations. |
class ExternalCallbackScope; |
+class Isolate; |
class StackFrameIteratorBase; |
class ThreadLocalTop; |
-class Isolate; |
+class WasmInstanceObject; |
class InnerPointerToCodeCache { |
public: |
@@ -1109,7 +1110,7 @@ class WasmFrame : public StandardFrame { |
Code* unchecked_code() const override; |
// Accessors. |
- Object* wasm_instance() const; |
+ WasmInstanceObject* wasm_instance() const; |
uint32_t function_index() const; |
Script* script() const override; |
int position() const override; |