Index: Source/core/events/NodeEventContext.h |
diff --git a/Source/core/events/NodeEventContext.h b/Source/core/events/NodeEventContext.h |
index 9ca5397a357b24f4754b3d7529f3821568a27f16..26d90fbe6b21980a342b8a5a9c0546ae99f6c29c 100644 |
--- a/Source/core/events/NodeEventContext.h |
+++ b/Source/core/events/NodeEventContext.h |
@@ -64,11 +64,6 @@ private: |
} |
-namespace WTF { |
- |
-template <> |
-struct VectorTraits<WebCore::NodeEventContext> : SimpleClassVectorTraits<WebCore::NodeEventContext> { }; |
- |
-} |
+WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(WebCore::NodeEventContext); |
#endif // NodeEventContext_h |