Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index e0c58504f3c29b7a0c4a495b0e1ab5c1d7eb3ddc..ba2c3234f3926a03b903952507722ef21356eba3 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -94,8 +94,6 @@ private: |
RefPtr<RenderStyle> m_style; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLOptionElement, hasTagName(HTMLNames::optionTag)); |
- |
} // namespace WebCore |
#endif |