| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index e9c26f27eaf31f6f7d9a1cbd470f82ec64800cd4..4b0fe73bcc19592eb429fd31ab9918381c485fe2 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -251,6 +251,7 @@ public:
|
| virtual void setCommittedFirstRealLoad() override;
|
| virtual void sendOrientationChangeEvent() override;
|
| virtual void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
|
| + virtual WebSandboxFlags effectiveSandboxFlags() const override;
|
| void requestRunTask(WebSuspendableTask*) const override;
|
|
|
| void willBeDetached();
|
|
|