Index: Source/core/html/HTMLTemplateElement.h |
diff --git a/Source/core/html/HTMLTemplateElement.h b/Source/core/html/HTMLTemplateElement.h |
index b27958dafb12cf389ec14efd98ddc08c8eae2ad8..f44ac45c30fd61235404bd1b0d82056681aff9cf 100644 |
--- a/Source/core/html/HTMLTemplateElement.h |
+++ b/Source/core/html/HTMLTemplateElement.h |
@@ -54,8 +54,6 @@ private: |
mutable RefPtr<TemplateContentDocumentFragment> m_content; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLTemplateElement, hasTagName(HTMLNames::templateTag)); |
- |
} // namespace WebCore |
#endif // HTMLTemplateElement_h |