| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 086deebe0b50d0bcc940a7eaa65a8671030f6f97..0ebc84312ab976f7b282658e8a6c52d4a88173b2 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -429,7 +429,7 @@ class Parser {
|
| bool in_global_context,
|
| StrictModeFlag strict_mode);
|
|
|
| - FunctionLiteral* ParseLazy(Handle<SharedFunctionInfo> info);
|
| + FunctionLiteral* ParseLazy(CompilationInfo* info);
|
|
|
| void ReportMessageAt(Scanner::Location loc,
|
| const char* message,
|
| @@ -444,7 +444,7 @@ class Parser {
|
| // construct a hashable id, so if more than 2^17 are allowed, this
|
| // should be checked.
|
| static const int kMaxNumFunctionParameters = 32766;
|
| - FunctionLiteral* ParseLazy(Handle<SharedFunctionInfo> info,
|
| + FunctionLiteral* ParseLazy(CompilationInfo* info,
|
| UC16CharacterStream* source,
|
| ZoneScope* zone_scope);
|
| enum Mode {
|
|
|