Index: Source/core/html/HTMLLinkElement.cpp |
diff --git a/Source/core/html/HTMLLinkElement.cpp b/Source/core/html/HTMLLinkElement.cpp |
index a899316559e53fb33023727d9c4d44d34e6e3a43..374ba163daa47bb01e46030d482dfcfe2f13d700 100644 |
--- a/Source/core/html/HTMLLinkElement.cpp |
+++ b/Source/core/html/HTMLLinkElement.cpp |
@@ -344,10 +344,10 @@ void HTMLLinkElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const |
if (!m_relAttribute.isStyleSheet()) |
return; |
- |
+ |
// Append the URL of this link element. |
addSubresourceURL(urls, href()); |
- |
+ |
// Walk the URLs linked by the linked-to stylesheet. |
if (CSSStyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet()) |
styleSheet->contents()->addSubresourceStyleURLs(urls); |