Index: Source/core/html/LabelableElement.h |
diff --git a/Source/core/html/LabelableElement.h b/Source/core/html/LabelableElement.h |
index f3d2188dbfb596f73859ec21d0df638648978d33..4497557e8aa0cfc8285b0f0a21ed38b058007a59 100644 |
--- a/Source/core/html/LabelableElement.h |
+++ b/Source/core/html/LabelableElement.h |
@@ -55,7 +55,7 @@ inline bool isLabelableElement(const Node& node) |
return node.isHTMLElement() && toHTMLElement(node).isLabelable(); |
} |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(LabelableElement); |
+DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION(LabelableElement); |
} // namespace WebCore |