Chromium Code Reviews| Index: src/code-stubs-hydrogen.cc |
| =================================================================== |
| --- src/code-stubs-hydrogen.cc (revision 14256) |
| +++ src/code-stubs-hydrogen.cc (working copy) |
| @@ -248,9 +248,7 @@ |
| Handle<Code> FastCloneShallowArrayStub::GenerateCode() { |
| - CodeStubGraphBuilder<FastCloneShallowArrayStub> builder(this); |
| - LChunk* chunk = OptimizeGraph(builder.CreateGraph()); |
| - return chunk->Codegen(Code::COMPILED_STUB); |
| + return DoGenerateCode(this); |
| } |