auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki

This commit is contained in:
bors-servo 2015-01-28 01:48:52 -07:00
commit 1a2a08aa50
13 changed files with 23 additions and 32 deletions

View file

@ -44,8 +44,6 @@
//! - `TemporaryPushable`: allows mutating vectors of `JS<T>` with new elements of `JSRef`/`Temporary`
//! - `RootedReference`: makes obtaining an `Option<JSRef<T>>` from an `Option<Root<T>>` easy
#![deny(missing_docs)]
use dom::bindings::trace::JSTraceable;
use dom::bindings::utils::{Reflector, Reflectable};
use dom::node::Node;