Chromium Code Reviews| Index: src/stub-cache.cc |
| =================================================================== |
| --- src/stub-cache.cc (revision 4772) |
| +++ src/stub-cache.cc (working copy) |
| @@ -763,7 +763,9 @@ |
| // Support function for computing call IC miss stubs. |
| Handle<Code> ComputeCallMiss(int argc) { |
| - CALL_HEAP_FUNCTION(StubCache::ComputeCallMiss(argc), Code); |
| + CALL_HEAP_FUNCTION( |
| + Isolate::Current()->stub_cache()->ComputeCallMiss(argc), |
| + Code); |
| } |