Call the generated rather than the hand-written traits (fixes #2936).

This commit is contained in:
Ms2ger 2014-07-27 20:22:13 +02:00
parent 38a658d561
commit 944d8b00b0
116 changed files with 126 additions and 765 deletions

View file

@ -39,6 +39,3 @@ impl XMLHttpRequestUploadDerived for EventTarget {
self.type_id == XMLHttpRequestTargetTypeId(XMLHttpRequestUploadTypeId)
}
}
pub trait XMLHttpRequestUploadMethods {
}