Index: third_party/WebKit/Source/core/css/StyleSheetContents.h |
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
index ae3d78c6608c4ca89226a7272d245209d69698af..72fc8770d4715fd2113c2bafc37db2b1105243b0 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h |
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
@@ -66,7 +66,7 @@ public: |
const AtomicString& defaultNamespace() { return m_defaultNamespace; } |
const AtomicString& namespaceURIFromPrefix(const AtomicString& prefix); |
- void parseAuthorStyleSheet(const CSSStyleSheetResource*, const SecurityOrigin*); |
+ void parseAuthorStyleSheet(CSSStyleSheetResource*, const SecurityOrigin*); |
void parseString(const String&); |
void parseStringAtPosition(const String&, const TextPosition&); |