| 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 1668f745745730b02389c0160f3bc59ee05e82bc..dcca8c66617c31ca8d39148a7efad04bca696dd8 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -141,6 +141,7 @@ class CORE_EXPORT MessagePort : public EventTargetWithInlineData,
|
|
|
| WebMessagePortChannelUniquePtr m_entangledChannel;
|
|
|
| + int m_pendingDispatchTask;
|
| bool m_started;
|
| bool m_closed;
|
| };
|
|
|