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 46888b5368c023d4ac7eaaf7ab802d501715c2b3..4a2468b81c6e4a47f51fb294b7cdde6020042906 100644 |
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h |
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.h |
@@ -78,6 +78,7 @@ private: |
void destroyDecodedDataIfPossible() override; |
void destroyDecodedDataForFailedRevalidation() override { destroyDecodedDataIfPossible(); } |
+ // Decoded sheet text cache is available iff loading this CSS resource is successfully complete. |
String m_decodedSheetText; |
Member<StyleSheetContents> m_parsedStyleSheetCache; |