| Index: third_party/WebKit/Source/core/dom/MessagePort.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.h b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| index afeb451a4d6397846deb305cc67c0f45fcd158b8..dc6835a60c2c32c7a341fbf63082efefbe6f706c 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -34,7 +34,6 @@
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "platform/WebTaskRunner.h"
|
| #include "platform/wtf/PassRefPtr.h"
|
| #include "platform/wtf/RefPtr.h"
|
| #include "platform/wtf/Vector.h"
|
| @@ -141,11 +140,9 @@
|
|
|
| std::unique_ptr<WebMessagePortChannel> entangled_channel_;
|
|
|
| - int pending_dispatch_task_ = 0;
|
| - bool started_ = false;
|
| - bool closed_ = false;
|
| -
|
| - RefPtr<WebTaskRunner> task_runner_;
|
| + int pending_dispatch_task_;
|
| + bool started_;
|
| + bool closed_;
|
| };
|
|
|
| } // namespace blink
|
|
|