| 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 9eefecd0c10488820508e5dd25ad49d4e96ff782..d3c068511620f503cd454d8a48b6c819a81dba29 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -3009,7 +3009,7 @@ void HTMLMediaElement::disconnectedFromRemoteDevice()
|
| void HTMLMediaElement::cancelledRemotePlaybackRequest()
|
| {
|
| if (remotePlaybackClient())
|
| - remotePlaybackClient()->connectCancelled();
|
| + remotePlaybackClient()->promptCancelled();
|
| }
|
|
|
| void HTMLMediaElement::requestReload(const WebURL& newUrl)
|
|
|