| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index b883311724178a50c25cfdc1429627498a362f0e..37ed9e5a74b8ba37a28892d6ae281cdd0056e45f 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -273,6 +273,8 @@ private:
|
| bool childAttachedAllowedWhenAttachingChildren(ContainerNode*);
|
| #endif
|
|
|
| +WILL_NOT_BE_EAGERLY_TRACED_CLASS(ContainerNode);
|
| +
|
| DEFINE_NODE_TYPE_CASTS(ContainerNode, isContainerNode());
|
|
|
| inline bool ContainerNode::hasChildCount(unsigned count) const
|
|
|