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

Unified Diff: third_party/WebKit/Source/core/frame/FrameSerializer.h

Issue 2810073002: Blink Rename follow-up: URLs --big-rename--> _ur_ls --this-fix--> _urls. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/core/frame/FrameSerializer.h
diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.h b/third_party/WebKit/Source/core/frame/FrameSerializer.h
index fff62e2ee1a9e2af059086c9cfec4c26f96b7446..2a42ccddbb569e3f7a2a9dc58375c1fd83df1620 100644
--- a/third_party/WebKit/Source/core/frame/FrameSerializer.h
+++ b/third_party/WebKit/Source/core/frame/FrameSerializer.h
@@ -144,7 +144,7 @@ class CORE_EXPORT FrameSerializer final {
void RetrieveResourcesForCSSValue(const CSSValue&, Document&);
Deque<SerializedResource>* resources_;
- HashSet<KURL> resource_ur_ls_;
+ HashSet<KURL> resource_urls_;
bool is_serializing_css_;

Powered by Google App Engine
This is Rietveld 408576698