Index: third_party/WebKit/Source/core/css/CSSGradientValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
index 3add5eae41af48a8f0e540c230b162e0603f599d..c425efa84395e8939483a83ca10964be00debedf 100644 |
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h |
@@ -52,7 +52,7 @@ enum CSSGradientRepeat { NonRepeating, Repeating }; |
// objects its members are visited via the containing object's |
// (CSSGradientValue) traceAfterDispatch method. |
struct CSSGradientColorStop { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
CSSGradientColorStop() : m_colorIsDerivedFromElement(false) { } |
RefPtrWillBeMember<CSSPrimitiveValue> m_position; // percentage or length |