| 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 1ae6d549bc76dc35124ad77b081c9a3ab4ba7af0..99b9b2aab3b47fcf6e9fd7ed0889baef6157d3be 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -263,6 +263,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| const WebHistoryItem&,
|
| WebHistoryLoadType,
|
| bool isClientRedirect) override;
|
| + bool maybeRenderFallbackContent(const WebURLError&) const override;
|
| bool isLoading() const override;
|
| bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
|
| const override;
|
|
|