Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: Rebasing the fixes... Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698