Index: Source/core/rendering/RenderGeometryMap.h |
diff --git a/Source/core/rendering/RenderGeometryMap.h b/Source/core/rendering/RenderGeometryMap.h |
index b37805afada5529ec448060b0a3f6096ca21d224..d764ff114aa0fa787e446977f5a17222857dbc9b 100644 |
--- a/Source/core/rendering/RenderGeometryMap.h |
+++ b/Source/core/rendering/RenderGeometryMap.h |
@@ -141,10 +141,6 @@ private: |
} // namespace WebCore |
-namespace WTF { |
-// This is required for a struct with OwnPtr. We know RenderGeometryMapStep is simple enough that |
-// initializing to 0 and moving with memcpy (and then not destructing the original) will work. |
-template<> struct VectorTraits<WebCore::RenderGeometryMapStep> : SimpleClassVectorTraits<WebCore::RenderGeometryMapStep> { }; |
-} |
+WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(WebCore::RenderGeometryMapStep); |
#endif // RenderGeometryMap_h |