| Index: third_party/WebKit/Source/core/dom/DocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.h b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| index b5ff387f057b2073addf4cd940e372f4a6f007cc..abbf48dfb2bb5dce061f5d5923df44ec3c76a015 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| @@ -61,11 +61,6 @@ public:
|
|
|
| virtual void finish() = 0;
|
|
|
| - // FIXME: processingData() is only used by DocumentLoader::isLoadingInAPISense
|
| - // and is very unclear as to what it actually means. The LegacyHTMLDocumentParser
|
| - // used to implement it.
|
| - virtual bool processingData() const { return false; }
|
| -
|
| // document() will return 0 after detach() is called.
|
| Document* document() const { ASSERT(m_document); return m_document; }
|
|
|
|
|