| Index: Source/core/fetch/CSSStyleSheetResource.h
|
| diff --git a/Source/core/fetch/CSSStyleSheetResource.h b/Source/core/fetch/CSSStyleSheetResource.h
|
| index 35d0b0f9c63995d64785262535ace8e8215e646b..b72329b0d88c076e70699fbd307400f4a29e3580 100644
|
| --- a/Source/core/fetch/CSSStyleSheetResource.h
|
| +++ b/Source/core/fetch/CSSStyleSheetResource.h
|
| @@ -58,6 +58,7 @@ protected:
|
| private:
|
| bool canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const;
|
| virtual void checkNotify() OVERRIDE;
|
| + virtual void appendData(const char* data, int length) OVERRIDE;
|
|
|
| OwnPtr<TextResourceDecoder> m_decoder;
|
| String m_decodedSheetText;
|
|
|