| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| index 1d8b23059058814145d0b1ea752a87a590cea077..fbea909a62064b40cf1f0623b566cfb944c32c4d 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| @@ -45,7 +45,7 @@ class MODULES_EXPORT ImageCapture final
|
| bool hasPendingActivity() const final;
|
|
|
| // ContextLifecycleObserver
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| MediaStreamTrack* videoStreamTrack() const { return m_streamTrack.get(); }
|
|
|
|
|