Skip to content

Commit

Permalink
[geometry] Limit DOMMatrix's special stringifier to Window
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed May 15, 2017
1 parent cc97809 commit f5eadb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ interface DOMMatrixReadOnly {
[NewObject] Float32Array toFloat32Array();
[NewObject] Float64Array toFloat64Array();

stringifier;
[Exposed=Window] stringifier;
serializer = { attribute };
};

Expand Down

0 comments on commit f5eadb4

Please sign in to comment.