Index: third_party/WebKit/Source/core/frame/History.h |
diff --git a/third_party/WebKit/Source/core/frame/History.h b/third_party/WebKit/Source/core/frame/History.h |
index 80b5fb622facbac2e9edb996ae1072a4c5cd7db6..626f64acd085a50574c4e149dc31b930fa58edbf 100644 |
--- a/third_party/WebKit/Source/core/frame/History.h |
+++ b/third_party/WebKit/Source/core/frame/History.h |
@@ -79,6 +79,7 @@ private: |
explicit History(LocalFrame*); |
KURL urlForState(const String& url); |
+ bool canChangeToUrl(const KURL& url); |
void stateObjectAdded(PassRefPtr<SerializedScriptValue>, const String& title, const String& url, HistoryScrollRestorationType, FrameLoadType, ExceptionState&); |
SerializedScriptValue* stateInternal() const; |