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

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

Issue 2846523002: Update the stringifier behavior for DOMMatrixReadOnly (Closed)
Patch Set: Update the stringifier behavior for DOMMatrixReadOnly Created 3 years, 6 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/DOMMatrixReadOnly.idl
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
index 1032f29b5183d388cca949c7bbe9d1f931aa11e4..56a2950795c2d56ce7254b9989c76ac757a6d54f 100644
--- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.idl
@@ -76,6 +76,6 @@
DOMPoint transformPoint(optional DOMPointInit point);
Float32Array toFloat32Array();
Float64Array toFloat64Array();
- stringifier;
+ [RaisesException] stringifier;
serializer = { attribute };
};

Powered by Google App Engine
This is Rietveld 408576698