Index: third_party/WebKit/Source/bindings/core/v8/V8PerformanceObserverCallback.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerformanceObserverCallback.cpp b/third_party/WebKit/Source/bindings/core/v8/V8PerformanceObserverCallback.cpp |
index 0212d64f3744944b850730eb1edcba4f39c50ca4..0e10a7edd6ad2e20ba3f17c85b6f78b5e7b03a47 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerformanceObserverCallback.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerformanceObserverCallback.cpp |
@@ -21,7 +21,7 @@ V8PerformanceObserverCallback::V8PerformanceObserverCallback(v8::Local<v8::Funct |
, m_callback(scriptState->isolate(), callback) |
, m_scriptState(scriptState) |
{ |
- V8HiddenValue::setHiddenValue(scriptState->isolate(), owner, V8HiddenValue::callback(scriptState->isolate()), callback); |
+ V8HiddenValue::setHiddenValue(scriptState, owner, V8HiddenValue::callback(scriptState->isolate()), callback); |
m_callback.setWeak(this, &setWeakCallback); |
} |