| Index: third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
 | 
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
 | 
| index 93c903b58a8d771765f53a37c643f4e26a2edbbd..f484db491fe0a01440725a3590a3492715e1c1d9 100644
 | 
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
 | 
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.idl
 | 
| @@ -40,7 +40,7 @@ enum AlignSetting { "start", "middle", "end", "left", "right" };
 | 
|      ConstructorCallWith=Document,
 | 
|      SetWrapperReferenceFrom=owner,
 | 
|  ] interface VTTCue : TextTrackCue {
 | 
| -    // TODO(philipj): regionId has been replaced by a region attribute.
 | 
| +    // TODO(foolip): regionId has been replaced by a region attribute.
 | 
|      [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
 | 
|      attribute DirectionSetting vertical;
 | 
|      attribute boolean snapToLines;
 | 
| 
 |