| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index a09ccd2209b118a26b3cf2f3d252a51fdd3d0367..a50667c39e0a31a7d86e6f3de0c7b6676a4dd8e6 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -67,6 +67,7 @@ public:
|
| LocalDOMWindow* window();
|
| virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| virtual WebPoint positionRelativeToOwner() override;
|
| + virtual void postMessage(const String& message) override;
|
|
|
| private:
|
| // WebWidget functions
|
|
|