Index: third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h |
index 0e0e0e945d2f3fbf84601192e99272f41e147731..f1b765d0a040732438154fc49375c196a93427a1 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h |
@@ -140,7 +140,7 @@ public: |
// Encode AtomicString (in FetchInitiatorInfo) as String to cross threads. |
struct CrossThreadResourceLoaderOptionsData { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
explicit CrossThreadResourceLoaderOptionsData(const ResourceLoaderOptions& options) |
: dataBufferingPolicy(options.dataBufferingPolicy) |
, allowCredentials(options.allowCredentials) |