| Index: third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryExp.h b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| index 5ce692046f7eebe939d42d78c1fce236d80b8840..98d83338be00776b65fe8fa7f66a3e5083fae64a 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryExp.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| class CSSParserToken;
|
|
|
| struct MediaQueryExpValue {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| CSSValueID id;
|
| double value;
|
| CSSPrimitiveValue::UnitType unit;
|
|
|