| 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 7653df1fa8c4d87f9ca2cbb81227c3c4e7878e0a..33ec9d0d358c2e9aaa73dd5f05324ccc13f94d82 100644 | 
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp | 
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp | 
| @@ -16,7 +16,6 @@ PromiseRejectionEvent::PromiseRejectionEvent( | 
| m_world(state->world()), | 
| m_promise(this), | 
| m_reason(this) { | 
| -  ThreadState::current()->registerPreFinalizer(this); | 
| DCHECK(initializer.hasPromise()); | 
| m_promise.set(initializer.promise().isolate(), | 
| initializer.promise().v8Value()); | 
|  |