aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/page.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/page.rs')
-rw-r--r--src/components/script/page.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/script/page.rs b/src/components/script/page.rs
index 98d074787da..8543c887da7 100644
--- a/src/components/script/page.rs
+++ b/src/components/script/page.rs
@@ -2,12 +2,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+use dom::bindings::codegen::Bindings::DocumentBinding::DocumentMethods;
use dom::bindings::codegen::InheritTypes::{NodeCast, ElementCast};
use dom::bindings::js::{JS, JSRef, Temporary};
use dom::bindings::js::OptionalRootable;
use dom::bindings::trace::{Traceable, Untraceable};
use dom::bindings::utils::GlobalStaticData;
-use dom::document::{Document, DocumentMethods, DocumentHelpers};
+use dom::document::{Document, DocumentHelpers};
use dom::element::{Element, AttributeHandlers};
use dom::node::{Node, NodeHelpers};
use dom::window::Window;