Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: Source/core/loader/DocumentLoader.h

Issue 302543008: Reset DocumentLoader::m_request's method to GET for pushState and replaceState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/loader/DocumentLoader.cpp » ('j') | Source/core/loader/FrameLoader.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index 713d3d19a155595226fbb19dff92f84b59df8526..a5e2dbad95f3581a4b550855baab9687a9d6685f 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -100,7 +100,7 @@ namespace WebCore {
const AtomicString& responseMIMEType() const;
- void updateForSameDocumentNavigation(const KURL&);
+ void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSource);
void stopLoading();
bool isCommitted() const { return m_committed; }
bool isLoading() const;
« no previous file with comments | « no previous file | Source/core/loader/DocumentLoader.cpp » ('j') | Source/core/loader/FrameLoader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698