| Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| index 92ad7e8b93fc8a2a0629679d730fdd2429075b59..1d8531dd24580afdd91f3b0fe8027fe718f452ea 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| @@ -315,7 +315,7 @@ void MediaRecorder::resume() {
|
| m_dispatchScheduledEventRunner->resume();
|
| }
|
|
|
| -void MediaRecorder::contextDestroyed() {
|
| +void MediaRecorder::contextDestroyed(ExecutionContext*) {
|
| if (m_stopped)
|
| return;
|
|
|
|
|