| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 591000e1a6d36e6e6bcb0b2b447c21ec5cedafcf..6bd070ceaa3de41539667f5a59f41e1114f58967 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -552,7 +552,6 @@ public:
|
| void adjustFloatQuadsForScroll(Vector<FloatQuad>&);
|
| void adjustFloatRectForScroll(FloatRect&);
|
|
|
| - bool hasActiveParser();
|
| unsigned activeParserCount() { return m_activeParserCount; }
|
| void incrementActiveParserCount() { ++m_activeParserCount; }
|
| void decrementActiveParserCount();
|
| @@ -637,7 +636,6 @@ private:
|
| void updateRenderTree(StyleRecalcChange);
|
| void updateStyle(StyleRecalcChange);
|
|
|
| - HTMLDocumentParser* scriptableDocumentParser() const;
|
| void detachParser();
|
|
|
| virtual bool isDocument() const override final { return true; }
|
|
|