| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index a628def9552b8db9b25e28b2973f31f7e34c99b0..c817ee359f7d29cfd5dd5f92bebba4f7907409f5 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -246,6 +246,7 @@ public:
|
| WebHistoryLoadType) override;
|
| bool isLoading() const override;
|
| bool isResourceLoadInProgress() const override;
|
| + bool isRedirectOrLocationChangePending() const override;
|
| void setCommittedFirstRealLoad() override;
|
| void sendOrientationChangeEvent() override;
|
| void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
|
|
|