| Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| index a55f2d461e9587650f33f578b8228f083b5eb531..5133beb0e98465661b6b33820c8b75dac9700557 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| @@ -73,7 +73,7 @@ class MODULES_EXPORT MediaRecorder final
|
| // SuspendableObject
|
| void suspend() override;
|
| void resume() override;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable
|
| bool hasPendingActivity() const final { return !m_stopped; }
|
|
|