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

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrix.idl

Issue 2608073002: [GeometryInterface] enable Exposed keyword at DOMMatrix*.idl. (Closed)
Patch Set: [GeometryInterface] enable Exposed keyword at DOMMatrix*.idl. Created 3 years, 12 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/dom/DOMMatrix.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
index 5531bd5122eea6a2d7f9760920b860e8a5361809..48170aab09bc9480bd73be928434396e90222209 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -9,7 +9,7 @@
Constructor(DOMString transformList),
Constructor(sequence<unrestricted double> numberSequence),
RaisesException=Constructor,
- // FIXME: Exposed=(Window,Worker)
+ Exposed=(Window,Worker),
RuntimeEnabled=GeometryInterfaces,
] interface DOMMatrix : DOMMatrixReadOnly {
[RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other);

Powered by Google App Engine
This is Rietveld 408576698