| Index: third_party/WebKit/Source/core/html/LinkManifest.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkManifest.h b/third_party/WebKit/Source/core/html/LinkManifest.h
|
| index 1b0a70b1c7e0ba3b2f51dc615e0ec275a1dd9e8a..7b1ddcb0925f865bbc3a952814765fd2cf1de50f 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkManifest.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkManifest.h
|
| @@ -15,10 +15,9 @@ namespace blink {
|
| class HTMLLinkElement;
|
|
|
| class LinkManifest final : public LinkResource {
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(LinkManifest);
|
| public:
|
|
|
| - static PassOwnPtrWillBeRawPtr<LinkManifest> create(HTMLLinkElement* owner);
|
| + static RawPtr<LinkManifest> create(HTMLLinkElement* owner);
|
|
|
| ~LinkManifest() override;
|
|
|
|
|