| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 4fc1635a1746cdc9b8aeb2f62b04e3939575ae10..82b296a09968bd60f8e128850b77ca0d13e83048 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -93,6 +93,7 @@ class CompilationInfo {
|
| };
|
|
|
| CompilationInfo(Handle<JSFunction> closure, Zone* zone);
|
| + CompilationInfo(Handle<Script> script, Zone* zone);
|
| CompilationInfo(Isolate* isolate, Zone* zone);
|
| virtual ~CompilationInfo();
|
|
|
| @@ -398,8 +399,6 @@ class CompilationInfo {
|
| }
|
|
|
| protected:
|
| - CompilationInfo(Handle<Script> script,
|
| - Zone* zone);
|
| CompilationInfo(Handle<SharedFunctionInfo> shared_info,
|
| Zone* zone);
|
| CompilationInfo(HydrogenCodeStub* stub,
|
|
|