| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index da62177aeabab49db8943344be18308a28f0f0c6..fe396c70e4c06bf6c23524f6d4a9e990356f9ac0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -117,8 +117,9 @@ class CORE_EXPORT LocalFrame final : public Frame,
|
| void detach(FrameDetachType) override;
|
| bool shouldClose() override;
|
| SecurityContext* securityContext() const override;
|
| + String getTargetFrameDescription(const Frame& targetFrame) const;
|
| void printNavigationErrorMessage(const Frame&, const char* reason) override;
|
| - void printNavigationWarning(const String&) override;
|
| + void printNavigationWarning(const Frame&, const char* reason) override;
|
| bool prepareForCommit() override;
|
| void didChangeVisibilityState() override;
|
| void setDocumentHasReceivedUserGesture() override;
|
|
|