Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp |
| diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp |
| index 53fc85d10c599657bbfb810fa8e3abfc40f92c7f..6d0a5b164073427daea2bf725c7bed250ec70eee 100644 |
| --- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp |
| +++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp |
| @@ -120,6 +120,7 @@ void CSSStyleSheetResource::checkNotify() |
| c->setCSSStyleSheet(m_resourceRequest.url(), m_response.url(), encoding(), this); |
| // Clear the decoded text as it is unlikely to be needed immediately again and is cheap to regenerate. |
| m_decodedSheetText = String(); |
| + Resource::checkNotify(); |
|
Nate Chapin
2016/01/13 23:52:23
As long as CSSStyleSheetResource has its own speci
Yoav Weiss
2016/01/14 10:10:02
Previous iterations made me believe that this is n
|
| } |
| bool CSSStyleSheetResource::isSafeToUnlock() const |