mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove DOMRectList and use sequences instead.
DOMRectList was removed last back in 2015. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200 for details.
This commit is contained in:
parent
56435db820
commit
853c91781e
6 changed files with 7 additions and 77 deletions
|
@ -272,7 +272,6 @@ pub mod dompoint;
|
|||
pub mod dompointreadonly;
|
||||
pub mod domquad;
|
||||
pub mod domrect;
|
||||
pub mod domrectlist;
|
||||
pub mod domrectreadonly;
|
||||
pub mod domstringmap;
|
||||
pub mod domtokenlist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue