Chromium Code Reviews| 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 { |
|
yhirano
2016/01/14 11:55:29
+ ResourceOwner<RawResource>::trace(visitor) in th
Nate Chapin
2016/01/14 22:54:02
Done.
|
| - 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) |
| { |