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

Unified Diff: test/cctest/asmjs/test-asm-typer.cc

Issue 2209573002: Separate Scope into DeclarationScope and Scope (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move has_simple_parameters_ to DeclarationScope 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
Index: test/cctest/asmjs/test-asm-typer.cc
diff --git a/test/cctest/asmjs/test-asm-typer.cc b/test/cctest/asmjs/test-asm-typer.cc
index 21773e952d5715640a0a306839cba403b55c1b42..f4bfbb1fd2fb7f1ed2c296d92db4444e30639f97 100644
--- a/test/cctest/asmjs/test-asm-typer.cc
+++ b/test/cctest/asmjs/test-asm-typer.cc
@@ -324,7 +324,7 @@ class AsmTyperHarnessBuilder {
Handle<String> source_code_;
Handle<Script> script_;
- Scope* outer_scope_;
+ DeclarationScope* outer_scope_;
FunctionLiteral* module_;
FunctionDeclaration* fun_decl_;
std::unique_ptr<AsmTyper> typer_;

Powered by Google App Engine
This is Rietveld 408576698