| Index: third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesCached.h b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| index 9fd4338fe55b4c1d1d2537e0495c0d803e008945..5f5331e472f0ecccd6e037493c969c0567ef598a 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class CORE_EXPORT MediaValuesCached final : public MediaValues {
|
| public:
|
| struct MediaValuesCachedData {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| // Members variables must be thread safe, since they're copied to the parser thread
|
| int viewportWidth;
|
| int viewportHeight;
|
|
|