Index: Source/core/html/HTMLLabelElement.h |
diff --git a/Source/core/html/HTMLLabelElement.h b/Source/core/html/HTMLLabelElement.h |
index a735ce20f8064ee35686949f235b557e9b79fdea..fe1ebd5d10b5b6daba3f4253de9a6330f3828003 100644 |
--- a/Source/core/html/HTMLLabelElement.h |
+++ b/Source/core/html/HTMLLabelElement.h |
@@ -57,8 +57,6 @@ private: |
virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE; |
}; |
-DEFINE_NODE_TYPE_CASTS(HTMLLabelElement, hasTagName(HTMLNames::labelTag)); |
- |
} //namespace |
#endif |