| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index c587b90b7fbe2e600fb4f7dbc06c49d0a59611f6..cc3fcdd06b7e9de1f73eaddbfe35a17f373b2509 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -260,6 +260,8 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| WebHistoryLoadType,
|
| bool isClientRedirect) override;
|
| bool isLoading() const override;
|
| + bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
|
| + const override;
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| void sendOrientationChangeEvent() override;
|
|
|