| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index 41636bc1b4812b23912d2b9b96f10400fc27eb4a..b29330ddc23634820c7eda2b1a691f457d49e51d 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -179,14 +179,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
|
|
|