| Index: third_party/WebKit/Source/core/loader/TextTrackLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/TextTrackLoader.h b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
|
| index a2760f416bc488f4d631b2c11f4bda4d5e2ef3aa..20ef4bcb7f49b4c45700a828205553df091534d9 100644
|
| --- a/third_party/WebKit/Source/core/loader/TextTrackLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
|
| @@ -49,8 +49,8 @@ public:
|
| };
|
|
|
| class TextTrackLoader final : public NoBaseWillBeGarbageCollectedFinalized<TextTrackLoader>, public ResourceOwner<RawResource>, private VTTParserClient {
|
| - WTF_MAKE_NONCOPYABLE(TextTrackLoader);
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(TextTrackLoader);
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextTrackLoader);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<TextTrackLoader> create(TextTrackLoaderClient& client, Document& document)
|
| {
|
|
|