| Index: third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp b/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp | 
| index 35e68250f138b54c128ef5b2bab3bbfc720722ca..7b7679df95fa03954faea70197a2a923783c3bb6 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp | 
| @@ -319,7 +319,7 @@ void LayoutVTTCue::layout() | 
| // Determine the area covered by the media controls, if any. If the controls | 
| // are present, they are the next sibling of the text track container, which | 
| // is our parent. (LayoutMedia ensures that the media controls are laid out | 
| -    // before text tracks, so that the layout is up-to-date here.) | 
| +    // before text tracks, so that the layout is up to date here.) | 
| ASSERT(parent()->node()->isTextTrackContainer()); | 
| IntRect controlsRect; | 
| if (LayoutObject* parentSibling = parent()->nextSibling()) { | 
|  |