| 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 ce63e6a2694f8ce1f27f2f51e93415b4ee6950a4..d707de7825bbde8897c969b77cb26add5a1e7dfc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -2062,8 +2062,9 @@ double HTMLMediaElement::CurrentPlaybackPosition() const {
|
| return GetWebMediaPlayer()->CurrentTime();
|
|
|
| if (ready_state_ >= kHaveMetadata) {
|
| - LOG(WARNING) << __func__ << " readyState = " << ready_state_
|
| - << " but no webMeidaPlayer to provide currentPlaybackPosition";
|
| + BLINK_MEDIA_LOG
|
| + << __func__ << " readyState = " << ready_state_
|
| + << " but no webMediaPlayer to provide currentPlaybackPosition";
|
| }
|
|
|
| return 0;
|
|
|