| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 57b1cc2f32eb7148e67b0e3323ff6e840c9f4f8e..5ecc12725e177de12497cc2dc06e4c3cad62db0c 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -28,7 +28,6 @@
|
| #define LocalDOMWindow_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/MessagePort.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/frame/DOMWindow.h"
|
| #include "core/frame/DOMWindowLifecycleNotifier.h"
|
| @@ -146,7 +145,7 @@ public:
|
| void cancelAnimationFrame(int id) override;
|
| int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override;
|
| void cancelIdleCallback(int id) override;
|
| - void schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent>, LocalDOMWindow* source, SecurityOrigin* target, PassRefPtr<ScriptCallStack> stackTrace);
|
| + void schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent>, SecurityOrigin* target, PassRefPtr<ScriptCallStack>);
|
|
|
| void registerProperty(DOMWindowProperty*);
|
| void unregisterProperty(DOMWindowProperty*);
|
|
|