Index: Source/core/html/HTMLDialogElement.h |
diff --git a/Source/core/html/HTMLDialogElement.h b/Source/core/html/HTMLDialogElement.h |
index 26d88cd57ec9c05a698d02559218ce9be1908eeb..f837bfdc896c4c17d89149cd723084071265ff06 100644 |
--- a/Source/core/html/HTMLDialogElement.h |
+++ b/Source/core/html/HTMLDialogElement.h |
@@ -74,14 +74,6 @@ private: |
String m_returnValue; |
}; |
-inline bool isHTMLDialogElement(const Node& node) |
-{ |
- ASSERT_WITH_SECURITY_IMPLICATION(RuntimeEnabledFeatures::dialogElementEnabled()); |
- return node.hasTagName(HTMLNames::dialogTag); |
-} |
- |
-DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(HTMLDialogElement); |
- |
} // namespace WebCore |
#endif |