Chromium Code Reviews| Index: src/mark-compact.cc |
| =================================================================== |
| --- src/mark-compact.cc (revision 4772) |
| +++ src/mark-compact.cc (working copy) |
| @@ -146,7 +146,7 @@ |
| // force lazy re-initialization of it. This must be done after the |
| // GC, because it relies on the new address of certain old space |
| // objects (empty string, illegal builtin). |
| - StubCache::Clear(); |
| + Isolate::Current()->stub_cache()->Clear(); |
| ExternalStringTable::CleanUp(); |