| Index: third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
|
| index 7c0a8a9d1e7176dc70c20c1dc9a3b5db4f521031..f6fc3115fd379a6fbd0c145e56402d2158af6759 100644
|
| --- a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
|
| +++ b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.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;
|
|
|