| Index: third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoader.h b/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| index b22def4070f65376e724595e20ee84a6e9447064..5a883921b57fff71fc72d7dd58c866491e2b5f1f 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoader.h
|
| @@ -64,7 +64,7 @@ enum ContentSecurityPolicyEnforcement {
|
| };
|
|
|
| struct ThreadableLoaderOptions {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| ThreadableLoaderOptions()
|
| : preflightPolicy(ConsiderPreflight)
|
| , crossOriginRequestPolicy(DenyCrossOriginRequests)
|
|
|