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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.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/modules/v8/custom/V8IDBObserverCustom.cpp
diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.cpp b/third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.cpp
index 8beb875bf878be441c328d9dbd935fe8f94f3fdb..66ddf1032c2a0efc7bee5a51c8232faea2c78cf3 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.cpp
+++ b/third_party/WebKit/Source/bindings/modules/v8/custom/V8IDBObserverCustom.cpp
@@ -50,7 +50,7 @@ void V8IDBObserver::constructorCustom(
return;
DCHECK(observer);
// TODO(bashi): Don't set private property (and remove this custom
- // constructor) when we can call setWrapperReference() correctly.
+ // constructor) when we can trace correctly.
V8PrivateProperty::getIDBObserverCallback(info.GetIsolate())
.set(info.GetIsolate()->GetCurrentContext(), wrapper, v8Callback);
v8SetReturnValue(info,

Powered by Google App Engine
This is Rietveld 408576698