| Index: third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| index 51ff8d9133f57ef9d5ccdc4a76b781fe502b1672..e113b2bf8460907d0953fc5411a276ae80f6cd39 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h
|
| @@ -79,10 +79,9 @@ class CORE_EXPORT CSSStyleSheetResource final : public StyleSheetResource {
|
| void setParsedStyleSheetCache(StyleSheetContents*);
|
|
|
| void destroyDecodedDataIfPossible() override;
|
| - void destroyDecodedDataForFailedRevalidation() override {
|
| - destroyDecodedDataIfPossible();
|
| - }
|
| + void destroyDecodedDataForFailedRevalidation() override;
|
|
|
| + // Decoded sheet text cache is available iff loading this CSS resource is successfully complete.
|
| String m_decodedSheetText;
|
|
|
| Member<StyleSheetContents> m_parsedStyleSheetCache;
|
|
|