| Index: third_party/WebKit/Source/core/html/track/TextTrackList.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrackList.h b/third_party/WebKit/Source/core/html/track/TextTrackList.h
|
| index c9fa5ef3db000d92dc0a6e6e6fd2e99e5ac05ead..032cc23c9ce741502f0078060ac584d28835a7c6 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackList.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackList.h
|
| @@ -75,6 +75,8 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| private:
|
| explicit TextTrackList(HTMLMediaElement*);
|
|
|
|
|