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:
Manish Goregaokar
2014-09-24 20:55:41 +05:00
parent 1be3c71f2f
commit f9ff33e0ec
135 changed files with 409 additions and 273 deletions

View File

@@ -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,