| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 8961debaab4055f5869c9df0d6b73b1b203b41fa..5d605fd3e2ecbf026bdc65fe4cb486d4f9f10d95 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -113,8 +113,7 @@ CompilationInfo::CompilationInfo(Handle<JSFunction> closure, Zone* zone)
|
| }
|
|
|
|
|
| -CompilationInfo::CompilationInfo(HydrogenCodeStub* stub, Isolate* isolate,
|
| - Zone* zone)
|
| +CompilationInfo::CompilationInfo(CodeStub* stub, Isolate* isolate, Zone* zone)
|
| : flags_(kLazy | kThisHasUses),
|
| source_stream_(NULL),
|
| osr_ast_id_(BailoutId::None()),
|
|
|