| Index: sky/engine/core/dom/Node.h
|
| diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
|
| index 01dd2fe56f07aeb53fe99b8c770240d00e831096..fba15fb3d44c788b1b7b53ddc933d778163f92f0 100644
|
| --- a/sky/engine/core/dom/Node.h
|
| +++ b/sky/engine/core/dom/Node.h
|
| @@ -376,7 +376,6 @@ public:
|
| bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); }
|
| bool isInTreeScope() const { return getFlag(static_cast<NodeFlags>(InDocumentFlag | IsInShadowTreeFlag)); }
|
|
|
| - virtual bool childTypeAllowed(NodeType) const { return false; }
|
| unsigned countChildren() const;
|
|
|
| bool isDescendantOf(const Node*) const;
|
|
|