Index: src/runtime/runtime-utils.h |
diff --git a/src/runtime/runtime-utils.h b/src/runtime/runtime-utils.h |
index a7e74ac316c95f6fad74b22387e12bd2e9816715..968ee8ad0c0d60bd64645fb8696cc0ac0d0fcc72 100644 |
--- a/src/runtime/runtime-utils.h |
+++ b/src/runtime/runtime-utils.h |
@@ -140,6 +140,10 @@ static inline ObjectPair MakePair(Object* x, Object* y) { |
#endif |
} |
#endif |
+ |
+class JavaScriptFrameIterator; |
+ |
+int FindIndexedNonNativeFrame(JavaScriptFrameIterator* it, int index); |
} |
} // namespace v8::internal |