| 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 bb6419a2049744b0dd08478cc9dafa7cc4a59271..c7e6fe707a06d8bf569c081c5bdbfe258e79ea66 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
| @@ -3118,7 +3118,7 @@ void HTMLMediaElement::clearMediaPlayerAndAudioSourceProviderClientWithoutLockin
|
| getAudioSourceProvider().setClient(nullptr);
|
| if (m_webMediaPlayer) {
|
| m_audioSourceProvider.wrap(nullptr);
|
| - m_webMediaPlayer.clear();
|
| + m_webMediaPlayer.reset();
|
| }
|
| }
|
|
|
|
|