Chromium Code Reviews| Index: src/hydrogen.cc |
| =================================================================== |
| --- src/hydrogen.cc (revision 11523) |
| +++ src/hydrogen.cc (working copy) |
| @@ -5713,7 +5713,7 @@ |
| if (expr->ComputeTarget(map, name)) { |
| order[ordered_functions++] = |
| FunctionSorter(i, |
| - expr->target()->shared()->code()->profiler_ticks(), |
| + expr->target()->shared()->profiler_ticks(), |
| InliningAstSize(expr->target()), |
| expr->target()->shared()->SourceSize()); |
| } |