Index: src/compiler/js-inlining.h |
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h |
index b075024dd372f440cfaf634a902f00613f2f0b41..21057e61e40612154c61f75e6d81614263eb770e 100644 |
--- a/src/compiler/js-inlining.h |
+++ b/src/compiler/js-inlining.h |
@@ -10,8 +10,13 @@ |
namespace v8 { |
namespace internal { |
+ |
+// Forward declarations. |
+class CompilationInfo; |
+ |
namespace compiler { |
+// Forward declarations. |
class JSCallFunctionAccessor; |
class JSInliner final : public AdvancedReducer { |