| Index: third_party/WebKit/Source/core/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
|
| index dbd56ba46c962f49e35a3f1c7a8ae2e58123f829..89a88ea76e50766529f112137383fdbfa49ad9c0 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -332,7 +332,7 @@ protected:
|
| bool hasClient(ResourceClient* client) { return m_clients.contains(client) || m_clientsAwaitingCallback.contains(client) || m_finishedClients.contains(client); }
|
|
|
| struct RedirectPair {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| explicit RedirectPair(const ResourceRequest& request, const ResourceResponse& redirectResponse)
|
| : m_request(request)
|
|
|