Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl

Issue 2265873003: binding: Moves hasPendingActivity from ActiveScriptWrappable to ScriptWrappable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698