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 f4bfbb1fd2fb7f1ed2c296d92db4444e30639f97..21773e952d5715640a0a306839cba403b55c1b42 100644 |
--- a/test/cctest/asmjs/test-asm-typer.cc |
+++ b/test/cctest/asmjs/test-asm-typer.cc |
@@ -324,7 +324,7 @@ |
Handle<String> source_code_; |
Handle<Script> script_; |
- DeclarationScope* outer_scope_; |
+ Scope* outer_scope_; |
FunctionLiteral* module_; |
FunctionDeclaration* fun_decl_; |
std::unique_ptr<AsmTyper> typer_; |