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

Unified Diff: Source/core/page/PageSerializer.h

Issue 148673002: Use more const references in MarkupAccumulator and its subclasses (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Bring back the ASSERT Created 6 years, 11 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 | « Source/core/editing/markup.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageSerializer.h
diff --git a/Source/core/page/PageSerializer.h b/Source/core/page/PageSerializer.h
index 745af7e72d24270f65590a8f648568ccf87b2a4e..05b5f32f9ea1265e7c5b2069d0e68662cf208f37 100644
--- a/Source/core/page/PageSerializer.h
+++ b/Source/core/page/PageSerializer.h
@@ -81,8 +81,8 @@ private:
void addImageToResources(ImageResource*, RenderObject*, const KURL&);
void addFontToResources(FontResource*);
- void retrieveResourcesForProperties(const StylePropertySet*, Document*);
- void retrieveResourcesForCSSValue(CSSValue*, Document*);
+ void retrieveResourcesForProperties(const StylePropertySet*, Document&);
+ void retrieveResourcesForCSSValue(CSSValue*, Document&);
Vector<SerializedResource>* m_resources;
ListHashSet<KURL> m_resourceURLs;
« no previous file with comments | « Source/core/editing/markup.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698