| 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 ef0c3886d96745096de37ce65a5aca6fc62604f8..87ec90a2d5a608fdfe0d539135c7bacebfcbd246 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -260,6 +260,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| const WebHistoryItem&,
|
| WebHistoryLoadType,
|
| bool isClientRedirect) override;
|
| + void didFailNavigation() override;
|
| bool isLoading() const override;
|
| bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
|
| const override;
|
|
|