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

Unified Diff: src/ast-this-access-visitor.h

Issue 770843002: harmony-classes: Fix some issues with syntactic restriction on super(...). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | src/ast-this-access-visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-this-access-visitor.h
diff --git a/src/ast-this-access-visitor.h b/src/ast-this-access-visitor.h
index 3317922ca5b8191911eab8ac14fe857f25e35a48..277553defdc65246845df46dfe4c6e5546016101 100644
--- a/src/ast-this-access-visitor.h
+++ b/src/ast-this-access-visitor.h
@@ -30,5 +30,5 @@ class AstThisAccessVisitor : public AstVisitor {
DISALLOW_COPY_AND_ASSIGN(AstThisAccessVisitor);
};
}
-} // namespace v8::intrenal
+} // namespace v8::internal
#endif // V8_AST_THIS_ACCESS_VISITOR_H_
« no previous file with comments | « no previous file | src/ast-this-access-visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698