Use is<>() / downcast<>() for ContainerNode instead of isContainerNode() / toContainerNode().
Created attachment 238964 [details] Patch
Comment on attachment 238964 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238964&action=review r=me > Source/WebCore/dom/Node.h:-745 > -// FIXME: This should be removed and all uses should be replaced with SPECIALIZE_TYPE_TRAITS_*(). > -#define NODE_TYPE_CASTS(ToClassName) \ > - TYPE_CASTS_BASE(ToClassName, Node, node, WebCore::is##ToClassName(*node), WebCore::is##ToClassName(node)) Yay!
Comment on attachment 238964 [details] Patch Clearing flags on attachment: 238964 Committed r174132: <http://trac.webkit.org/changeset/174132>
All reviewed patches have been landed. Closing bug.