Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl |
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl |
index 908f9a4decde90afcfd40641ae324ada09c612e3..97358777ea92ac7c6cc98bee6fadaf0c7663d5f9 100644 |
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl |
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl |
@@ -8,6 +8,7 @@ |
ActiveScriptWrappable, |
ConstructorCallWith=ExecutionContext, |
Constructor(MediaStreamTrack track), |
+ DependentLifetime, |
RaisesException=Constructor, |
RuntimeEnabled=ImageCapture, |
] interface ImageCapture { |