| 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 e50e91b33eefe165e6d462e922aa9d6a3ab472b3..7b68ed69cc544f851d7f344628c563343d115533 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| @@ -128,7 +128,7 @@ private:
|
| void addFontToResources(FontResource*);
|
|
|
| void retrieveResourcesForProperties(const StylePropertySet*, Document&);
|
| - void retrieveResourcesForCSSValue(CSSValue*, Document&);
|
| + void retrieveResourcesForCSSValue(const CSSValue*, Document&);
|
|
|
| Vector<SerializedResource>* m_resources;
|
| HashSet<KURL> m_resourceURLs;
|
|
|