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

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

Issue 2374773002: [GeometryInterface] Add DOMMatrix(numberSequence) constructor. (Closed)
Patch Set: Created 4 years, 3 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 db22f97daf1c6a6281c75178503eab5502141c61..128831e53e1c867a3d6b02b0ecd3b3e844eac904 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
@@ -7,6 +7,8 @@
[
Constructor,
Constructor(DOMMatrixReadOnly other),
+ Constructor(sequence<unrestricted double> numberSequence),
+ RaisesException=Constructor,
// FIXME: Should implement more constructors (See: crbug.com/388780)
// FIXME: Exposed=(Window,Worker)
RuntimeEnabled=GeometryInterfaces,

Powered by Google App Engine
This is Rietveld 408576698