| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| index af8bf56239c35b0286cac7181948c3e2d42023c5..8eacdf4168fbbb6ecb6eb0c3401c60c0136b5a28 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
|
| @@ -52,7 +52,7 @@ void V8PerformanceObserver::constructorCustom(
|
| ScriptState* scriptState = ScriptState::forReceiverObject(info);
|
| v8::Local<v8::Function> v8Callback = v8::Local<v8::Function>::Cast(info[0]);
|
| PerformanceObserverCallback* callback =
|
| - PerformanceObserverCallback::create(scriptState, v8Callback);
|
| + PerformanceObserverCallback::Create(script_state, v8_callback);
|
|
|
| PerformanceObserver* observer = PerformanceObserver::create(
|
| currentExecutionContext(info.GetIsolate()), performance, callback);
|
|
|