| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 32bf7db37bf134554a3cd7d5fd3a38143248c8b9..5452ba6bf509de43e92d8b0220c3e525464c4473 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -264,7 +264,7 @@ private:
|
| bool hasRestyleFlagInternal(DynamicRestyleFlags) const;
|
| bool hasRestyleFlagsInternal() const;
|
|
|
| - void collectChildrenAndRemoveFromOldParentWithCheck(const Node* next, const Node* oldChild, Node& newChild, NodeVector&, ExceptionState&) const;
|
| + bool collectChildrenAndRemoveFromOldParentWithCheck(const Node* next, const Node* oldChild, Node& newChild, NodeVector&, 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;
|
|
|