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

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMMatrix.idl ('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/dom/DOMMatrixReadOnly.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
index 56d6faadfce9b197888f7e7e21734ce16c56b652..b946fa73547aee6e2ab3db5a075fbf7f122e1672 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.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 DOMMatrixReadOnly {
[RaisesException, NewObject] static DOMMatrixReadOnly fromMatrix(optional DOMMatrixInit other);
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMMatrix.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698