Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 890fcf1417aabb55bf3e7903b7c9422b3c0d43bb..ab08262820ac9b0b427819256cfd7c1e3fe70307 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -257,7 +257,7 @@ private: |
bool hasRestyleFlagInternal(DynamicRestyleFlags) const; |
bool hasRestyleFlagsInternal() const; |
- inline bool checkAcceptChildGuaranteedNodeTypes(const Node& newChild, ExceptionState&) const; |
+ inline bool checkAcceptChildGuaranteedNodeTypes(const Node& newChild, const Node* oldChild, 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; |