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