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