Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 6c575ba5104f42978f044ea798b18e1dc13f9686..a0d056da2eaa1e3bd8d246aaebde126024a690d1 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -13,6 +13,9 @@ |
| namespace v8 { |
| namespace internal { |
| +class BoilerplateDescription; |
| +class ConstantElementsPair; |
| + |
| enum FunctionMode { |
| // With prototype. |
| FUNCTION_WITH_WRITEABLE_PROTOTYPE, |