Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 5f0aec9661d5f574e2c77278ab873dd9aee6c008..d685f8e711fd33043a7797d798a2d49f302833d4 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -126,7 +126,7 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> { |
bool canNavigate(const Frame&); |
virtual void printNavigationErrorMessage(const Frame&, |
const char* reason) = 0; |
- virtual void printNavigationWarning(const String&) = 0; |
+ virtual void printNavigationWarning(const Frame&, const char* reason) = 0; |
// TODO(pilgrim): Replace all instances of ownerLayoutObject() with |
// ownerLayoutItem(), https://crbug.com/499321 |