| Index: third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onremovetrack.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onremovetrack.html b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onremovetrack.html
|
| index 922bf780157eceb1d038aa5f68a63e02dbe33232..cc95c678f463fcf97221e757eae958ee8fa65df6 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onremovetrack.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onremovetrack.html
|
| @@ -5,7 +5,7 @@
|
| <div id=log></div>
|
| <script>
|
| setup(function(){
|
| - // TODO(philipj): Remove this test in favor of those in web-platform-tests
|
| + // TODO(foolip): Remove this test in favor of those in web-platform-tests
|
| // once Oilpan has shipped. https://crbug.com/503852
|
| window.video = document.createElement('video');
|
| window.tracks = video.textTracks;
|
|
|