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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl

Issue 2868953002: Stop accepting string constructor of DOMMatrix on workers (Closed)
Patch Set: x Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
index 755a208a72a38448f66d4cc3f93f5c849b4e5deb..1032f29b5183d388cca949c7bbe9d1f931aa11e4 100644
--- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
@@ -7,6 +7,7 @@
[
Constructor(optional (DOMString or sequence<unrestricted double>) init),
RaisesException=Constructor,
+ ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces,
] interface DOMMatrixReadOnly {
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698