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