Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
index 28497acac361481243173c19b8c81a9b3edcfb91..0e553d3e9ef776c343f538aba10cdb5eb76dc6fe 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp |
@@ -439,7 +439,7 @@ enum StyleSheetCacheStatus { |
StyleSheetCacheStatusCount, |
}; |
-void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet) |
+void LinkStyle::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, CSSStyleSheetResource* cachedStyleSheet) |
{ |
if (!m_owner->isConnected()) { |
// While the stylesheet is asynchronously loading, the owner can be disconnected from a document. |