| Index: third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
|
| index 8dd136eb1b8080b56f12bf40846bad5a6986f1bb..90fd03ed86fd72272981d561b85ee8dcb7f27b81 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
|
| @@ -9,10 +9,6 @@
|
|
|
| namespace blink {
|
|
|
| -PromiseRejectionEvent::PromiseRejectionEvent()
|
| -{
|
| -}
|
| -
|
| PromiseRejectionEvent::PromiseRejectionEvent(ScriptState* state, const AtomicString& type, const PromiseRejectionEventInit& initializer)
|
| : Event(type, initializer)
|
| , m_scriptState(state)
|
|
|