| Index: Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
|
| index 2b27fb0e1bcbb0d8fba6a49272f0b0f67402e86e..dce7e2a5996dc18a525d664909b869ed00261109 100644
|
| --- a/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/Source/core/html/HTMLMediaElement.cpp
|
| @@ -880,7 +880,7 @@ void HTMLMediaElement::loadResource(const KURL& initialURL, ContentType& content
|
|
|
| LOG(Media, "HTMLMediaElement::loadResource - m_currentSrc -> %s", urlForLoggingMedia(m_currentSrc).utf8().data());
|
|
|
| - if (!(MediaStreamRegistry::registry().lookupWebMediaStream(url.string()).isNull()))
|
| + if (MediaStreamRegistry::registry().lookupMediaStreamDescriptor(url.string()))
|
| removeBehaviorRestriction(RequireUserGestureForRateChangeRestriction);
|
|
|
| if (m_sendProgressEvents)
|
|
|