Index: Source/core/html/parser/HTMLConstructionSite.h |
diff --git a/Source/core/html/parser/HTMLConstructionSite.h b/Source/core/html/parser/HTMLConstructionSite.h |
index 7a1b2aa802fed494c66e93cb6000aa575481faaf..06b577fc6ebef113b8d3133794aec98fe68993f3 100644 |
--- a/Source/core/html/parser/HTMLConstructionSite.h |
+++ b/Source/core/html/parser/HTMLConstructionSite.h |
@@ -70,9 +70,7 @@ struct HTMLConstructionSiteTask { |
} // namespace WebCore |
-namespace WTF { |
-template<> struct VectorTraits<WebCore::HTMLConstructionSiteTask> : SimpleClassVectorTraits<WebCore::HTMLConstructionSiteTask> { }; |
-} // namespace WTF |
+WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(WebCore::HTMLConstructionSiteTask); |
namespace WebCore { |