Index: Source/core/html/FormDataList.h |
diff --git a/Source/core/html/FormDataList.h b/Source/core/html/FormDataList.h |
index e7e66cc96a8110f056e0e0a2266d0c8315127f8a..acdad6119acaea7e5931304981271777a7ef8c73 100644 |
--- a/Source/core/html/FormDataList.h |
+++ b/Source/core/html/FormDataList.h |
@@ -95,11 +95,6 @@ private: |
} // namespace WebCore |
-namespace WTF { |
-template <> struct VectorTraits<WebCore::FormDataList::Item> : VectorTraitsBase<WebCore::FormDataList::Item> { |
- static const bool canInitializeWithMemset = true; |
-}; |
- |
-} |
+WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(WebCore::FormDataList::Item); |
#endif // FormDataList_h |