| Index: third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| index 19c9cc82b85d6f8ffd61820e11cd0ad3017b5351..aab9f698bf7d204c01aaa6e7765fc156d6ddd6b8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| @@ -41,7 +41,7 @@
|
| namespace blink {
|
|
|
| struct SourceRange {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| SourceRange();
|
| SourceRange(unsigned start, unsigned end);
|
| @@ -54,7 +54,7 @@ public:
|
| };
|
|
|
| struct CSSPropertySourceData {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
|
| CSSPropertySourceData(const CSSPropertySourceData& other);
|
| @@ -86,7 +86,7 @@ struct CSSStyleSourceData : public RefCountedWillBeGarbageCollected<CSSStyleSour
|
| };
|
|
|
| struct CSSMediaQueryExpSourceData {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| CSSMediaQueryExpSourceData(const SourceRange& valueRange)
|
| : valueRange(valueRange) { }
|
|
|