Index: Source/core/html/HTMLTableCaptionElement.h |
diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h |
index bd3bdf4b49eae6a4b83dbac2e450a1051fa58816..214950de11ca86fcf06ffff182aebc6cf61b8832 100644 |
--- a/Source/core/html/HTMLTableCaptionElement.h |
+++ b/Source/core/html/HTMLTableCaptionElement.h |
@@ -40,8 +40,6 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLTableCaptionElement, hasTagName(HTMLNames::captionTag)); |
- |
} // namespace |
#endif |