Handle [Unforgeable] on interfaces

In addition to handling it on methods look like it also shows up on interfaces!

Closes #780
This commit is contained in:
Alex Crichton
2018-08-31 17:38:34 -07:00
parent 986f561209
commit cfb4be8d3c
5 changed files with 96 additions and 31 deletions

View File

@ -52,3 +52,4 @@ pub mod title_element;
pub mod xpath_result;
pub mod dom_point;
pub mod performance;
pub mod location;