Skip to content

Commit 42e1706

Browse files
zcorpansvgeesus
authored andcommitted
Limit DOMMatrix's special stringifier to Window
Fixes w3c#145. Tests: web-platform-tests/wpt#5895
1 parent 9d2871c commit 42e1706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ interface DOMMatrixReadOnly {
682682
[NewObject] Float32Array toFloat32Array();
683683
[NewObject] Float64Array toFloat64Array();
684684

685-
stringifier;
685+
[Exposed=Window] stringifier;
686686
serializer = { attribute };
687687
};
688688

0 commit comments

Comments
 (0)