Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrack.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/track/TextTrack.idl
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.idl b/third_party/WebKit/Source/core/html/track/TextTrack.idl
index 613243366b2dee21c8b9a786a4535347765fc8ba..ba60625242ea91eb2f986518c8fda83e213800e1 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrack.idl
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.idl
@@ -48,7 +48,7 @@ enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "m
attribute EventHandler oncuechange;
- // TODO(philipj): These WebVTT extensions have been removed from the spec:
+ // TODO(foolip): These WebVTT extensions have been removed from the spec:
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
[RuntimeEnabled=WebVTTRegions] readonly attribute VTTRegionList regions;
[RuntimeEnabled=WebVTTRegions] void addRegion(VTTRegion region);
« no previous file with comments | « third_party/WebKit/Source/core/html/VoidCallback.idl ('k') | third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698