Implement pair iterators in WebIDL interfaces.

This commit is contained in:
Josh Matthews 2016-07-28 18:41:30 -04:00
parent 34bb937aee
commit 812a761abf
9 changed files with 390 additions and 13 deletions

View file

@ -385,6 +385,7 @@ pub mod stylesheet;
pub mod stylesheetlist;
pub mod testbinding;
pub mod testbindingiterable;
pub mod testbindingpairiterable;
pub mod testbindingproxy;
pub mod text;
pub mod textdecoder;