| Index: Source/core/css/CSSProperty.h
|
| diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h
|
| index 4f6a40c61737c68b0365542dce3d9bf0fa7e6ac0..32bcf7b09270f56a11767e284bbc0636ed634cd5 100644
|
| --- a/Source/core/css/CSSProperty.h
|
| +++ b/Source/core/css/CSSProperty.h
|
| @@ -190,11 +190,6 @@ inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId)
|
|
|
| } // namespace WebCore
|
|
|
| -namespace WTF {
|
| -template <> struct VectorTraits<WebCore::CSSProperty> : VectorTraitsBase<WebCore::CSSProperty> {
|
| - static const bool canInitializeWithMemset = true;
|
| - static const bool canMoveWithMemcpy = true;
|
| -};
|
| -}
|
| +WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(WebCore::CSSProperty);
|
|
|
| #endif // CSSProperty_h
|
|
|