| Index: third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.h b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| index 93311e97a796a228b7fe357e086b3feb2b81b241..b476fbf4fec93bf55c0a8ccc4a0e9104688de6e7 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchRequest.h
|
| @@ -46,7 +46,7 @@ public:
|
| enum OriginRestriction { UseDefaultOriginRestrictionForType, RestrictToSameOrigin, NoOriginRestriction };
|
|
|
| struct ResourceWidth {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| float width;
|
| bool isSet;
|
|
|
|
|