Index: src/compiler/js-frame-specialization.h |
diff --git a/src/compiler/js-frame-specialization.h b/src/compiler/js-frame-specialization.h |
index c6fc561c5cfe479711b9bc182d8f45512e6a25b5..90b3ca5e39b97515aa83cbda80e94f001511a45c 100644 |
--- a/src/compiler/js-frame-specialization.h |
+++ b/src/compiler/js-frame-specialization.h |
@@ -9,6 +9,10 @@ |
namespace v8 { |
namespace internal { |
+ |
+// Forward declarations. |
+class JavaScriptFrame; |
+ |
namespace compiler { |
// Forward declarations. |