servo: Merge #3468 - Replace our usage our Encodable with JSTraceable; r=jdm (from Manishearth:jstraceable)
Source-Repo: https://github.com/servo/servo Source-Revision: 95a4731c0eec0cfb2fb70af534757bc7ca63e407
This commit is contained in:
@@ -18,7 +18,7 @@ use dom::node::{DocumentFragmentNodeTypeId, Node, NodeHelpers, window_from_node}
|
||||
use dom::nodelist::NodeList;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
pub struct DocumentFragment {
|
||||
pub node: Node,
|
||||
|
||||
Reference in New Issue
Block a user