Index: Source/core/html/HTMLTableElement.h |
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h |
index 6e2a563a8e229f3a0d288fcefb8ae1df262b3fd8..71f8154f5baad5867e463dc4befdb7e3761db03d 100644 |
--- a/Source/core/html/HTMLTableElement.h |
+++ b/Source/core/html/HTMLTableElement.h |
@@ -100,8 +100,6 @@ private: |
RefPtr<StylePropertySet> m_sharedCellStyle; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLTableElement, hasTagName(HTMLNames::tableTag)); |
- |
} //namespace |
#endif |