| 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 36e56a362adcc4bbeb8afa1d6f1a2694c26d3748..c7dd95403fabe6badf25c92e3f2b3f1e2f729248 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp
|
| @@ -280,7 +280,7 @@ void MediaRecorder::stop()
|
|
|
| m_stopped = true;
|
| m_stream.clear();
|
| - m_recorderHandler.clear();
|
| + m_recorderHandler.reset();
|
| }
|
|
|
| void MediaRecorder::writeData(const char* data, size_t length, bool lastInSlice)
|
|
|