mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename the browsercontext module.
This commit is contained in:
parent
d6708a2fea
commit
b7b5c79787
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ use dom::bindings::conversions::{private_from_proto_check, root_from_handleobjec
|
|||
use dom::bindings::error::throw_invalid_this;
|
||||
use dom::bindings::inheritance::TopTypeId;
|
||||
use dom::bindings::trace::trace_object;
|
||||
use dom::browsercontext;
|
||||
use dom::browsingcontext;
|
||||
use dom::window;
|
||||
use js;
|
||||
use js::error::throw_type_error;
|
||||
|
@ -73,7 +73,7 @@ impl GlobalStaticData {
|
|||
/// Creates a new GlobalStaticData.
|
||||
pub fn new() -> GlobalStaticData {
|
||||
GlobalStaticData {
|
||||
windowproxy_handler: browsercontext::new_window_proxy_handler(),
|
||||
windowproxy_handler: browsingcontext::new_window_proxy_handler(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue