mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Merge pull request #3468 from Manishearth/jstraceable
Replace our usage our Encodable with JSTraceable; r=jdm
This commit is contained in:
commit
95a4731c0e
135 changed files with 409 additions and 273 deletions
|
@ -43,7 +43,7 @@ use std::ascii::StrAsciiExt;
|
|||
use std::cell::{Cell, RefCell};
|
||||
use std::mem;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
pub struct Element {
|
||||
pub node: Node,
|
||||
|
@ -71,7 +71,8 @@ impl Reflectable for Element {
|
|||
}
|
||||
}
|
||||
|
||||
#[deriving(PartialEq,Encodable)]
|
||||
#[deriving(PartialEq)]
|
||||
#[jstraceable]
|
||||
pub enum ElementTypeId {
|
||||
HTMLElementTypeId,
|
||||
HTMLAnchorElementTypeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue