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

Unified Diff: src/ast.cc

Issue 7003058: A collection of context-related refactoring changes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 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/ast.cc
diff --git a/src/ast.cc b/src/ast.cc
index 21d7007c6492e38bcb99d648eb8e00571d016d41..84b6886ef8b03a815e477c426db9e7b7ebfa8c44 100644
--- a/src/ast.cc
+++ b/src/ast.cc
@@ -367,7 +367,7 @@ bool WithEnterStatement::IsInlineable() const {
}
-bool WithExitStatement::IsInlineable() const {
+bool ContextExitStatement::IsInlineable() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698