| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 076467a7f26a77259ff364a8ef4c70ac1b39284e..e6cf3d17cbc584cdfcaf016e272e3121897f2f54 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -97,7 +97,7 @@ class CompilationInfo {
|
|
|
| CompilationInfo(Handle<JSFunction> closure, Zone* zone);
|
| CompilationInfo(Handle<Script> script, Zone* zone);
|
| - CompilationInfo(Isolate* isolate, Zone* zone);
|
| + CompilationInfo(CodeStub* stub, Isolate* isolate, Zone* zone);
|
| virtual ~CompilationInfo();
|
|
|
| Isolate* isolate() const {
|
| @@ -427,7 +427,6 @@ class CompilationInfo {
|
| protected:
|
| CompilationInfo(Handle<SharedFunctionInfo> shared_info,
|
| Zone* zone);
|
| - CompilationInfo(CodeStub* stub, Isolate* isolate, Zone* zone);
|
| CompilationInfo(ScriptCompiler::ExternalSourceStream* source_stream,
|
| ScriptCompiler::StreamedSource::Encoding encoding,
|
| Isolate* isolate, Zone* zone);
|
|
|