Update weedle to version 0.9

This commit is contained in:
lqd
2019-05-16 18:52:25 +02:00
parent d7695f4e78
commit ca0008174a
2 changed files with 7 additions and 1 deletions

View File

@ -300,6 +300,12 @@ impl<'a> ToIdlType<'a> for AttributedType<'a> {
}
}
impl<'a> ToIdlType<'a> for AttributedNonAnyType<'a> {
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
self.type_.to_idl_type(record)
}
}
impl<'a> ToIdlType<'a> for Identifier<'a> {
fn to_idl_type(&self, record: &FirstPassRecord<'a>) -> IdlType<'a> {
if self.0 == "DOMTimeStamp" {