| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index f1ed34de65a92b1f6e3074df73b00382ec15ebdd..fb8227dcb01037b4cec4fe7d6b6ed9bcdc4994b6 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -259,6 +259,7 @@ private:
|
|
|
| inline bool checkAcceptChildGuaranteedNodeTypes(const Node& newChild, ExceptionState&) const;
|
| inline bool checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState&) const;
|
| + inline bool checkParserAcceptChild(const Node& newChild) const;
|
| inline bool containsConsideringHostElements(const Node&) const;
|
| inline bool isChildTypeAllowed(const Node& child) const;
|
|
|
|
|