* dom/ContainerNode.cpp:
(WebCore::isInTemplateContent): s/UNUSED/UNUSED_PARAM/
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@138731
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-01-03 Adam Klein <adamk@chromium.org>
+
+ Unreviewed build fix.
+
+ * dom/ContainerNode.cpp:
+ (WebCore::isInTemplateContent): s/UNUSED/UNUSED_PARAM/
+
2013-01-03 Adam Klein <adamk@chromium.org>
[HTMLTemplateElement] Disallow cycles within template content
Document* document = node->document();
return document && document == document->templateContentsOwnerDocument();
#else
- UNUSED(node);
+ UNUSED_PARAM(node);
return false;
#endif
}