summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/html/HTMLMediaElement.cpp')
-rw-r--r--third_party/WebKit/Source/core/html/HTMLMediaElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
index 4d4e353..6dcd96d 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
@@ -1057,7 +1057,7 @@ void HTMLMediaElement::startPlayerLoad()
}
KURL kurl(ParsedURLString, requestURL);
- m_webMediaPlayer = frame->loader().client()->createWebMediaPlayer(*this, loadType(), kurl, this);
+ m_webMediaPlayer = frame->loader().client()->createWebMediaPlayer(*this, kurl, this);
if (!m_webMediaPlayer) {
mediaLoadingFailed(WebMediaPlayer::NetworkStateFormatError);
return;