| Index: third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| index 093d5f3b0fe02087fd640b04250788cda50f59c3..f286127abb8c9b9bdf91afa543b32b8b9aebd980 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
|
| @@ -39,7 +39,7 @@ class Image;
|
| class LayoutObject;
|
|
|
| struct SizeAndCount {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| SizeAndCount(IntSize newSize = IntSize(), int newCount = 0)
|
| : size(newSize)
|
| , count(newCount)
|
|
|