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

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

Issue 2629523008: Shape Detection: Remove ConstructorCallWith=Document (Closed)
Patch Set: Add layout test for worker 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/BarcodeDetector.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
index 75d629b581143daf183b79e63366bd05e614dbb9..6d4bf45bc904c2cca02f076bcf7adcdcef348fe9 100644
--- a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.idl
@@ -6,7 +6,6 @@
[
Constructor,
- ConstructorCallWith=Document,
Exposed=(Window,Worker),
RuntimeEnabled=ShapeDetection,
] interface BarcodeDetector {

Powered by Google App Engine
This is Rietveld 408576698