| 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 9377f52c6490a25a4d3690c6a6c565777ff26487..12fcfa6bafc63374dc441a710572630b8ce52b21 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -61,7 +61,8 @@ class SharedBuffer;
|
| // from ResourceClient, to get the function calls in case the requested data has arrived.
|
| // This class also does the actual communication with the loader to obtain the resource from the network.
|
| class CORE_EXPORT Resource : public NoBaseWillBeGarbageCollectedFinalized<Resource> {
|
| - WTF_MAKE_NONCOPYABLE(Resource); USING_FAST_MALLOC_WILL_BE_REMOVED(Resource);
|
| + WTF_MAKE_NONCOPYABLE(Resource);
|
| + USING_FAST_MALLOC_WITH_TYPE_NAME_WILL_BE_REMOVED(blink::Resource);
|
| friend class InspectorResource;
|
|
|
| public:
|
|
|