| Index: third_party/WebKit/Source/core/animation/PropertyHandle.h
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyHandle.h b/third_party/WebKit/Source/core/animation/PropertyHandle.h
|
| index e8a784e4cb34071f0d55b439ab619ed49de93efd..ebadbe62aafb5d251e0e2510bc410bf58148de24 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyHandle.h
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyHandle.h
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| class CORE_EXPORT PropertyHandle {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| explicit PropertyHandle(CSSPropertyID property)
|
| : handleType(HandleCSSProperty)
|
|
|