Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PageSerializer.h
index 745af7e..05b5f32 100644 (file)
@@ -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;