mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -4,7 +4,7 @@
|
|||
|
||||
use dom::bindings::js::{JS, JSRef, Temporary};
|
||||
use dom::bindings::utils::{Reflectable, WindowProxyHandler};
|
||||
use dom::document::Document;
|
||||
use dom::document::{Document, DocumentHelpers};
|
||||
use dom::window::Window;
|
||||
|
||||
use js::jsapi::JSObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue