Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: src/compiler/ast-graph-builder.h

Issue 2142333002: Refactor class declaration logic to the parser and runtime Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: minor cleanup per Adam Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/ast-graph-builder.h
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
index 05612ccbcb12caf0c653016ebaa95c1cad7fe00f..07cc6c6bb4a0a44426540a38bb19f4dd98bddf8f 100644
--- a/src/compiler/ast-graph-builder.h
+++ b/src/compiler/ast-graph-builder.h
@@ -454,9 +454,6 @@ class AstGraphBuilder : public AstVisitor {
void VisitObjectLiteralAccessor(Node* home_object,
ObjectLiteralProperty* property);
- // Dispatched from VisitClassLiteral.
- void VisitClassLiteralContents(ClassLiteral* expr);
-
DEFINE_AST_VISITOR_SUBCLASS_MEMBERS();
DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder);
};

Powered by Google App Engine
This is Rietveld 408576698