| Index: third_party/WebKit/Source/platform/loader/fetch/FetchParameters.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchParameters.h b/third_party/WebKit/Source/platform/loader/fetch/FetchParameters.h
|
| index 3e5ea2faf7d5867671c6360e658aea17f9cdd570..4e63c627e22f675418f56dee3b446c8b11d204d4 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchParameters.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchParameters.h
|
| @@ -44,7 +44,7 @@ class SecurityOrigin;
|
| // ResourceFetcher::requestResource to avoid the method having too many
|
| // arguments.
|
| class PLATFORM_EXPORT FetchParameters {
|
| - STACK_ALLOCATED();
|
| + DISALLOW_NEW();
|
|
|
| public:
|
| enum DeferOption { kNoDefer, kLazyLoad, kIdleLoad };
|
|
|