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

Unified Diff: src/ast/scopes.h

Issue 2259853002: Revert of Replace LANGUAGE_END with LAST_LANGUAGE_MODE (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | src/code-stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/scopes.h
diff --git a/src/ast/scopes.h b/src/ast/scopes.h
index ef52aed77afa0c290c740f4deeba2e1f070fa1bd..72d04a594664b4101742012977c17d4d23a5a2a3 100644
--- a/src/ast/scopes.h
+++ b/src/ast/scopes.h
@@ -496,7 +496,7 @@
// Scope-specific information computed during parsing.
//
// The language mode of this scope.
- STATIC_ASSERT(LAST_LANGUAGE_MODE == 1);
+ STATIC_ASSERT(LANGUAGE_END == 2);
LanguageMode language_mode_ : 1;
// This scope is inside a 'with' of some outer scope.
bool scope_inside_with_ : 1;
« no previous file with comments | « no previous file | src/code-stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698