Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
index f3c4ad3860e506678b34be4e784a8ada27ae72ed..41133d7567d4736e74c2ce3de1ff885133dcb2b0 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
@@ -2745,7 +2745,7 @@ void HTMLMediaElement::durationChanged() |
{ |
WTF_LOG(Media, "HTMLMediaElement::durationChanged(%p)", this); |
// FIXME: Change WebMediaPlayer to convey the currentTime |
- // when the duration change occured. The current WebMediaPlayer |
+ // when the duration change occurred. The current WebMediaPlayer |
// implementations always clamp currentTime() to duration() |
// so the requestSeek condition here is always false. |
durationChanged(duration(), currentTime() > duration()); |