Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index e8f362f1d40cdf6d7838ddc279b3648d8811612e..c5dcf36ddbc94b1915370ff9bd3c7bf290ef335f 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -408,7 +408,8 @@ DECLARE_RUNTIME_FUNCTION(MaybeObject*, KeyedLoadPropertyWithInterceptor); |
// The stub compiler compiles stubs for the stub cache. |
class StubCompiler BASE_EMBEDDED { |
public: |
- StubCompiler() : scope_(), masm_(NULL, 256), failure_(NULL) { } |
+ StubCompiler() |
+ : scope_(), masm_(Isolate::Current(), NULL, 256), failure_(NULL) { } |
MUST_USE_RESULT MaybeObject* CompileCallInitialize(Code::Flags flags); |
MUST_USE_RESULT MaybeObject* CompileCallPreMonomorphic(Code::Flags flags); |