Chromium Code Reviews| Index: src/compiler/js-type-feedback-lowering.h |
| diff --git a/src/compiler/js-type-feedback-lowering.h b/src/compiler/js-type-feedback-lowering.h |
| index 19f4df0ffa1845ede72d94c37ce1a3bf1d55e486..db0fbdd626a050bd738e7d41516f7916588d00f1 100644 |
| --- a/src/compiler/js-type-feedback-lowering.h |
| +++ b/src/compiler/js-type-feedback-lowering.h |
| @@ -11,6 +11,10 @@ |
| namespace v8 { |
| namespace internal { |
| + |
| +// Forward declarations. |
| +class Factory; |
| + |
| namespace compiler { |
| // Forward declarations. |