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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl

Issue 2629523008: Shape Detection: Remove ConstructorCallWith=Document (Closed)
Patch Set: Created 3 years, 11 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/shapedetection/FaceDetector.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
index a94b59f0fb4ede8cdced9d7e165cf1f4fbe56b69..95f8f0d5a53c9653d82a31d3b1911dcd9e2c652b 100644
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.idl
@@ -6,7 +6,7 @@
[
Constructor(optional FaceDetectorOptions faceDetectorOptions),
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
RuntimeEnabled=ShapeDetection,
] interface FaceDetector {

Powered by Google App Engine
This is Rietveld 408576698