Index: Source/core/html/HTMLDivElement.h |
diff --git a/Source/core/html/HTMLDivElement.h b/Source/core/html/HTMLDivElement.h |
index f810ce40f09f56e77c6de1fbe21069f7b7616159..69338d2bb9f865c613970c444beefd68bc088636 100644 |
--- a/Source/core/html/HTMLDivElement.h |
+++ b/Source/core/html/HTMLDivElement.h |
@@ -38,8 +38,6 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLDivElement, hasTagName(HTMLNames::divTag)); |
- |
} // namespace WebCore |
#endif // HTMLDivElement_h |