| Index: src/ast-numbering.h
|
| diff --git a/src/ast-numbering.h b/src/ast-numbering.h
|
| index c068c2f286504da56ad44d741ba9b27649e20346..57c750cf640a43188e9a380621411d56a8be7fc1 100644
|
| --- a/src/ast-numbering.h
|
| +++ b/src/ast-numbering.h
|
| @@ -8,12 +8,18 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| +// Forward declarations.
|
| +class FunctionLiteral;
|
| +class Isolate;
|
| +class Zone;
|
| +
|
| namespace AstNumbering {
|
| // Assign type feedback IDs and bailout IDs to an AST node tree.
|
| //
|
| bool Renumber(Isolate* isolate, Zone* zone, FunctionLiteral* function);
|
| }
|
| -}
|
| -} // namespace v8::internal
|
| +
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|
| #endif // V8_AST_NUMBERING_H_
|
|
|