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); |