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

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

Issue 2675943003: Remove custom left overs from object grouping (Closed)
Patch Set: Rebase (0 changes) 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 c3e8deacc3036225d608e15d9f320864826865fa..af8bf56239c35b0286cac7181948c3e2d42023c5 100644
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp
@@ -58,8 +58,7 @@ void V8PerformanceObserver::constructorCustom(
currentExecutionContext(info.GetIsolate()), performance, callback);
// TODO(bashi): Don't set private property (and remove this custom
- // constructor) when we can call setWrapperReference() correctly.
- // crbug.com/468240.
+ // constructor) when we can trace correctly. See crbug.com/468240.
V8PrivateProperty::getPerformanceObserverCallback(info.GetIsolate())
.set(info.GetIsolate()->GetCurrentContext(), wrapper, v8Callback);
v8SetReturnValue(info,

Powered by Google App Engine
This is Rietveld 408576698