| 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 0a6bd21118ebae053a9b9a8ba25ecc5d352b0704..75257d22c23edf572d8e7ed90e23065bcede2885 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.h
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.h
|
| @@ -117,8 +117,6 @@ protected:
|
| private:
|
| // WebMessagePortChannelClient implementation.
|
| void messageAvailable() override;
|
| - v8::Isolate* scriptIsolate() override;
|
| - v8::Local<v8::Context> scriptContextForMessageConversion() override;
|
| void dispatchMessages();
|
|
|
| OwnPtr<WebMessagePortChannel> m_entangledChannel;
|
|
|