| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| index 30ea75568e84ca7ef55046d35f03c9f6eab6709d..7d1002114110eebb8703b1881be1284ac00ea58e 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| @@ -202,6 +202,7 @@ bool RemotePlayback::hasPendingActivity() const {
|
|
|
| void RemotePlayback::contextDestroyed() {
|
| m_availabilityCallbacks.clear();
|
| + m_promptPromiseResolver = nullptr;
|
| }
|
|
|
| void RemotePlayback::notifyInitialAvailability(int callbackId) {
|
|
|