| Index: src/compiler.cc
 | 
| diff --git a/src/compiler.cc b/src/compiler.cc
 | 
| index 469c9729bb1925b11603a9113a5903eaf88c4729..d9b55667bdc2abb78359886da080462b94f86c72 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)
 | 
| 
 |