| Index: third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp b/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
|
| index 642e91d90060fc19f95b388797451238d5220a18..1c0eaec0278f7946c650308d688bcbb89208e105 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaDevices.cpp
|
| @@ -183,7 +183,7 @@ bool MediaDevices::hasPendingActivity() const {
|
| return m_observing;
|
| }
|
|
|
| -void MediaDevices::stop() {
|
| +void MediaDevices::contextDestroyed() {
|
| if (m_stopped)
|
| return;
|
|
|
|
|