Index: Source/core/css/ElementRuleCollector.h |
diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h |
index 80bb86889646c5f7f3f2215255aaa2d68ed1ca6a..2423b1f23b36bbed4fd76ff357d93a3f8c0d79ff 100644 |
--- a/Source/core/css/ElementRuleCollector.h |
+++ b/Source/core/css/ElementRuleCollector.h |
@@ -85,15 +85,7 @@ private: |
} // namespace WebCore |
- |
-namespace WTF { |
- |
-template <> struct VectorTraits<WebCore::MatchedRule> : VectorTraitsBase<WebCore::MatchedRule> { |
- static const bool canInitializeWithMemset = true; |
- static const bool canMoveWithMemcpy = true; |
-}; |
- |
-} // namespace WTF |
+WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(WebCore::MatchedRule); |
namespace WebCore { |