Privatize EventTarget and EventListenerEntry

This commit is contained in:
Tim Taubert 2014-10-12 13:24:24 +02:00
parent ba073d7e99
commit df60f8b2c5
82 changed files with 91 additions and 84 deletions

View file

@ -38,6 +38,6 @@ impl Reflectable for XMLHttpRequestUpload {
impl XMLHttpRequestUploadDerived for EventTarget {
fn is_xmlhttprequestupload(&self) -> bool {
self.type_id == XMLHttpRequestTargetTypeId(XMLHttpRequestUploadTypeId)
*self.type_id() == XMLHttpRequestTargetTypeId(XMLHttpRequestUploadTypeId)
}
}