| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| index 1c2b684c8afbe32b6ec8ed3ac8244b1718eebe4b..cde4775dbe452f320fde6e802437e560c7abf465 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| @@ -268,9 +268,7 @@ ScriptPromise ImageCapture::grabFrame(ScriptState* scriptState,
|
| }
|
|
|
| ImageCapture::ImageCapture(ExecutionContext* context, MediaStreamTrack* track)
|
| - : ActiveScriptWrappable(this),
|
| - ContextLifecycleObserver(context),
|
| - m_streamTrack(track) {
|
| + : ContextLifecycleObserver(context), m_streamTrack(track) {
|
| DCHECK(m_streamTrack);
|
| DCHECK(!m_service.is_bound());
|
|
|
|
|