summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/DOM/Comment.h')
-rw-r--r--Libraries/LibWeb/DOM/Comment.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Libraries/LibWeb/DOM/Comment.h b/Libraries/LibWeb/DOM/Comment.h
index 855c710ded..4ab3bfbedb 100644
--- a/Libraries/LibWeb/DOM/Comment.h
+++ b/Libraries/LibWeb/DOM/Comment.h
@@ -42,7 +42,3 @@ public:
};
}
-
-AK_BEGIN_TYPE_TRAITS(Web::DOM::Comment)
-static bool is_type(const Web::DOM::Node& node) { return node.is_comment(); }
-AK_END_TYPE_TRAITS()