| Index: sky/engine/core/dom/ContainerNode.h
|
| diff --git a/sky/engine/core/dom/ContainerNode.h b/sky/engine/core/dom/ContainerNode.h
|
| index 5ad3ce0971f353508213782f5eacec7e92fcb477..f001f37b5c2fca0c24afb0eaad8aa1e10b23080f 100644
|
| --- a/sky/engine/core/dom/ContainerNode.h
|
| +++ b/sky/engine/core/dom/ContainerNode.h
|
| @@ -142,10 +142,8 @@ private:
|
| void notifyNodeInsertedInternal(Node&, NodeVector& postInsertionNotificationTargets);
|
| void notifyNodeRemoved(Node&);
|
|
|
| - inline bool checkAcceptChildGuaranteedNodeTypes(const Node& newChild, ExceptionState&) const;
|
| - inline bool checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState&) const;
|
| + inline void checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState&) const;
|
| inline bool containsConsideringHostElements(const Node&) const;
|
| - inline bool isChildTypeAllowed(const Node& child) const;
|
|
|
| void attachChildren(const AttachContext& = AttachContext());
|
| void detachChildren(const AttachContext& = AttachContext());
|
|
|