Chromium Code Reviews| Index: src/stub-cache.h |
| diff --git a/src/stub-cache.h b/src/stub-cache.h |
| index cbda76a5e2150079bcf16c06cee942968897962a..021ff1288b5528bf718258983c64d9b658a5ee54 100644 |
| --- a/src/stub-cache.h |
| +++ b/src/stub-cache.h |
| @@ -558,6 +558,8 @@ class StubCompiler BASE_EMBEDDED { |
| String* name, |
| LookupResult* lookup); |
| + Isolate* isolate() { return scope_.isolate(); } |
| + |
| private: |
| HandleScope scope_; |
| MacroAssembler masm_; |