Index: Source/core/html/shadow/HTMLContentElement.h |
diff --git a/Source/core/html/shadow/HTMLContentElement.h b/Source/core/html/shadow/HTMLContentElement.h |
index 2b60b1953a0458b8556cfad22d929d50a906ddb6..55181229673ff71346e0c3004849f81aacc42329 100644 |
--- a/Source/core/html/shadow/HTMLContentElement.h |
+++ b/Source/core/html/shadow/HTMLContentElement.h |
@@ -90,8 +90,6 @@ inline bool HTMLContentElement::canSelectNode(const Vector<Node*, 32>& siblings, |
return matchSelector(siblings, nth); |
} |
-DEFINE_NODE_TYPE_CASTS(HTMLContentElement, hasTagName(HTMLNames::contentTag)); |
- |
} |
#endif |