| 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..10d9ba986b60681e372e44a8d87f8b440b6ec707 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| @@ -268,7 +268,7 @@ ScriptPromise ImageCapture::grabFrame(ScriptState* scriptState,
|
| }
|
|
|
| ImageCapture::ImageCapture(ExecutionContext* context, MediaStreamTrack* track)
|
| - : ActiveScriptWrappable(this),
|
| + : ActiveScriptWrappable(),
|
| ContextLifecycleObserver(context),
|
| m_streamTrack(track) {
|
| DCHECK(m_streamTrack);
|
|
|