Index: Source/core/css/RuleFeature.h |
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h |
index e5bdb0056250dcbec7886142efabdae73c67a139..98d6b48d95aca2b48ab8976cdc2c9d34c9ec33d9 100644 |
--- a/Source/core/css/RuleFeature.h |
+++ b/Source/core/css/RuleFeature.h |
@@ -177,14 +177,4 @@ private: |
} // namespace blink |
-namespace WTF { |
- |
-template <> struct VectorTraits<blink::RuleFeature> : VectorTraitsBase<blink::RuleFeature> { |
- static const bool needsDestruction = false; |
- static const bool canInitializeWithMemset = true; |
- static const bool canMoveWithMemcpy = true; |
-}; |
- |
-} // namespace WTF |
- |
#endif // RuleFeature_h |