| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 4546711c48ff6bdc45d8a07c35275e4b66fe3290..7eb05de03326180134721a074e1e0f3a9e93fc95 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -358,7 +358,6 @@ private:
|
| void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId);
|
|
|
| virtual NodeType nodeType() const override final;
|
| - virtual bool childTypeAllowed(NodeType) const override final;
|
|
|
| void setAttributeInternal(size_t index, const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAttribute);
|
| void appendAttributeInternal(const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAttribute);
|
|
|