| Index: third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| index 0ea862cd7244c88a0a90b54d853c869a54986e07..7c94c82f301a03f3285f4212e6b5e01b12647fab 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
|
| @@ -31,8 +31,6 @@ class CORE_EXPORT PromiseRejectionEvent final : public Event {
|
| ScriptValue reason(ScriptState*) const;
|
| ScriptPromise promise(ScriptState*) const;
|
|
|
| - void setWrapperReference(v8::Isolate*, const v8::Persistent<v8::Object>&);
|
| -
|
| const AtomicString& interfaceName() const override;
|
|
|
| // PromiseRejectionEvents are similar to ErrorEvents in that they can't be
|
|
|