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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrix.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
Index: third_party/WebKit/Source/core/geometry/DOMMatrix.idl
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl b/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
index 49f6c9341a6c37d99b570a68cc04700a50790e51..7da60c0458bf22b764e43b7a5c8557d89abd2490 100644
--- a/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.idl
@@ -7,6 +7,7 @@
[
Constructor(optional (DOMString or sequence<unrestricted double>) init),
RaisesException=Constructor,
+ ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces,
] interface DOMMatrix : DOMMatrixReadOnly {
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrix.cpp ('k') | third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698