mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move the methods on bare Document onto DocumentHelpers.
This commit is contained in:
parent
d643ade7e8
commit
fff0491c01
7 changed files with 25 additions and 21 deletions
|
@ -15,7 +15,7 @@ use dom::bindings::error::{ErrorResult, Fallible};
|
|||
use dom::bindings::global::Window;
|
||||
use dom::bindings::js::{JS, JSRef, OptionalRootable, Temporary};
|
||||
use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
|
||||
use dom::document::Document;
|
||||
use dom::document::{Document, DocumentHelpers};
|
||||
use dom::node::{Node, NodeHelpers};
|
||||
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue