| Index: Source/core/html/HTMLStyleElement.cpp
|
| diff --git a/Source/core/html/HTMLStyleElement.cpp b/Source/core/html/HTMLStyleElement.cpp
|
| index 28a8e298baf1e1532bbfb1b1ecd821d55bab79fc..2d981d6b968d2a03d9438a0b5a1accc037c1dea5 100644
|
| --- a/Source/core/html/HTMLStyleElement.cpp
|
| +++ b/Source/core/html/HTMLStyleElement.cpp
|
| @@ -274,7 +274,7 @@ void HTMLStyleElement::notifyLoadedSheetAndAllCriticalSubresources(bool errorOcc
|
| }
|
|
|
| void HTMLStyleElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
|
| -{
|
| +{
|
| HTMLElement::addSubresourceAttributeURLs(urls);
|
|
|
| if (CSSStyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
|
|
|