| 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,
|
|
|