| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 28e5578c3308ee62dd913ebfdce8cec7ca038c42..84f3fb684763f12a0dbb827dc9abf7744fa89b9b 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -457,6 +457,9 @@
|
| void VisitObjectLiteralAccessor(Node* home_object,
|
| ObjectLiteralProperty* property);
|
|
|
| + // Dispatched from VisitClassLiteral.
|
| + void VisitClassLiteralContents(ClassLiteral* expr);
|
| +
|
| DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
|
| DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder);
|
| };
|
|
|