Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 304807bc626d36356a86d3cc7e13ac4ba721822a..bfc8384e4da526f5922149cd7907ddfa5ee405d8 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -54,7 +54,7 @@ namespace internal { |
PARSE_INFO_GETTER(Handle<Script>, script) |
PARSE_INFO_GETTER(FunctionLiteral*, literal) |
-PARSE_INFO_GETTER_WITH_DEFAULT(Scope*, scope, nullptr) |
+PARSE_INFO_GETTER_WITH_DEFAULT(DeclarationScope*, scope, nullptr) |
PARSE_INFO_GETTER_WITH_DEFAULT(Handle<Context>, context, |
Handle<Context>::null()) |
PARSE_INFO_GETTER(Handle<SharedFunctionInfo>, shared_info) |