| Index: Source/core/dom/DocumentParser.h
|
| diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
|
| index 3b3969b21c1e6780be2d31a79198cd45a49c6f3c..bee738f6f7d4263bca2d64b44ea79b7e5f616a87 100644
|
| --- a/Source/core/dom/DocumentParser.h
|
| +++ b/Source/core/dom/DocumentParser.h
|
| @@ -29,6 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class DecodedDataDocumentParser;
|
| class Document;
|
| class DocumentWriter;
|
| class SegmentedString;
|
| @@ -38,6 +39,7 @@ class DocumentParser : public RefCounted<DocumentParser> {
|
| public:
|
| virtual ~DocumentParser();
|
|
|
| + virtual DecodedDataDocumentParser* asDecodedDataDocumentParser() { return 0; }
|
| virtual ScriptableDocumentParser* asScriptableDocumentParser() { return 0; }
|
|
|
| // http://www.whatwg.org/specs/web-apps/current-work/#insertion-point
|
|
|