| 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 e9f9ba3a2b7fbdbf2ffd4e583e8cf446beea7d72..e18e87eabf77bc43d480d9b35ef2b335edd7262f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -3220,8 +3220,8 @@ void HTMLMediaElement::clearMediaPlayer() {
|
| layoutObject()->setShouldDoFullPaintInvalidation();
|
| }
|
|
|
| -void HTMLMediaElement::stop() {
|
| - BLINK_MEDIA_LOG << "stop(" << (void*)this << ")";
|
| +void HTMLMediaElement::contextDestroyed() {
|
| + BLINK_MEDIA_LOG << "contextDestroyed(" << (void*)this << ")";
|
|
|
| // Close the async event queue so that no events are enqueued.
|
| cancelPendingEventsAndCallbacks();
|
|
|