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

Unified Diff: third_party/WebKit/Source/web/WebFrameSerializer.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/web/WebFrameSerializer.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameSerializer.cpp b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
index 1cec65c87867607ab1bc896e75240a35ca988755..97e8c4fc1b3e8175a08c1ecb03d58f7da8cb0077 100644
--- a/third_party/WebKit/Source/web/WebFrameSerializer.cpp
+++ b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
@@ -194,7 +194,7 @@ bool cacheControlNoStoreHeaderPresent(
return true;
const ResourceRequest& request =
- webLocalFrameImpl.dataSource()->request().toResourceRequest();
+ webLocalFrameImpl.dataSource()->getRequest().toResourceRequest();
return request.cacheControlContainsNoStore();
}

Powered by Google App Engine
This is Rietveld 408576698