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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/TextDetector.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/TextDetector.idl
diff --git a/third_party/WebKit/Source/modules/shapedetection/TextDetector.idl b/third_party/WebKit/Source/modules/shapedetection/TextDetector.idl
index 031ab5138f3e00cd4ed13aaa17bb9ae410b6559d..dc68f392a286345631e6ad4e6a466303a71f738e 100644
--- a/third_party/WebKit/Source/modules/shapedetection/TextDetector.idl
+++ b/third_party/WebKit/Source/modules/shapedetection/TextDetector.idl
@@ -6,7 +6,7 @@
[
Constructor,
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
RuntimeEnabled=ShapeDetection,
] interface TextDetector {

Powered by Google App Engine
This is Rietveld 408576698