| Index: Source/core/fetch/CSSStyleSheetResource.h
|
| diff --git a/Source/core/fetch/CSSStyleSheetResource.h b/Source/core/fetch/CSSStyleSheetResource.h
|
| index a9efe0cb792914840ff38c5694c0dc02463103b0..c1af572c3dfa0b6bf882bc2bb00ca5307158fd3d 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;
|
|
|