| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
|
| index ba4967b28f0a7d5f2c60a5a62c2bc624b25195a3..ebc9dd0ff3a7dff4f5cadc27358bf0e2d3ed96a6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
|
| @@ -25,13 +25,4 @@ void V8PromiseRejectionEvent::promiseAttributeGetterCustom(
|
| v8SetReturnValue(info, promise.v8Value());
|
| }
|
|
|
| -void V8PromiseRejectionEvent::visitDOMWrapperCustom(
|
| - v8::Isolate* isolate,
|
| - ScriptWrappable* scriptWrappable,
|
| - const v8::Persistent<v8::Object>& wrapper) {
|
| - PromiseRejectionEvent* event =
|
| - scriptWrappable->toImpl<PromiseRejectionEvent>();
|
| - event->setWrapperReference(isolate, wrapper);
|
| -}
|
| -
|
| } // namespace blink
|
|
|