| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index f934b2d00f96f616bf2f27c5eefe362ba3790ec8..366121c0b593a9f872bc9c17ff79084aa1dfc006 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -384,7 +384,6 @@ public:
|
| void nodeChildrenWillBeRemoved(ContainerNode&);
|
| // nodeWillBeRemoved is only safe when removing one node at a time.
|
| void nodeWillBeRemoved(Node&);
|
| - bool canReplaceChild(const Node& newChild, const Node& oldChild) const;
|
|
|
| void didInsertText(Node*, unsigned offset, unsigned length);
|
| void didRemoveText(Node*, unsigned offset, unsigned length);
|
| @@ -644,7 +643,6 @@ private:
|
|
|
| virtual String nodeName() const override final;
|
| virtual NodeType nodeType() const override final;
|
| - virtual bool childTypeAllowed(NodeType) const override final;
|
| virtual PassRefPtr<Node> cloneNode(bool deep = true) override final;
|
|
|
| #if !ENABLE(OILPAN)
|
|
|