mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Make Reflector #[must_root], propagate to non-HTMLElements
This commit is contained in:
parent
f0b8391762
commit
30014c3919
40 changed files with 53 additions and 12 deletions
|
@ -20,6 +20,7 @@ use js::jsapi::JSContext;
|
|||
use js::jsval::JSVal;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
#[must_root]
|
||||
pub struct MessageEvent {
|
||||
event: Event,
|
||||
data: Traceable<JSVal>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue