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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.cpp

Issue 2573523002: Rename request() method to getRequest(). (Closed)
Patch Set: Fixing a mistake I've made in USBDevice.cpp Created 4 years 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
Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
index 414d2975ebc391cef603868139614aa57a0a2a54..239b9ee3952219b6f916c3275f1d6b208488c396 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
@@ -157,7 +157,7 @@ const ResourceRequest& DocumentLoader::originalRequest() const {
return m_originalRequest;
}
-const ResourceRequest& DocumentLoader::request() const {
+const ResourceRequest& DocumentLoader::getRequest() const {
return m_request;
}

Powered by Google App Engine
This is Rietveld 408576698