Make Reflector #[must_root], propagate to non-HTMLElements

This commit is contained in:
Manish Goregaokar 2014-09-17 00:51:20 +05:30
parent f0b8391762
commit 30014c3919
40 changed files with 53 additions and 12 deletions

View file

@ -14,6 +14,7 @@ use dom::event::{Event, ProgressEventTypeId};
use servo_util::str::DOMString;
#[deriving(Encodable)]
#[must_root]
pub struct ProgressEvent {
event: Event,
length_computable: bool,