mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Renamed BrowsingContext to WindowProxy in script.
This commit is contained in:
parent
eeb1ee9723
commit
43ca260689
10 changed files with 150 additions and 157 deletions
|
@ -12,7 +12,7 @@ use dom::bindings::error::throw_invalid_this;
|
|||
use dom::bindings::inheritance::TopTypeId;
|
||||
use dom::bindings::str::DOMString;
|
||||
use dom::bindings::trace::trace_object;
|
||||
use dom::browsingcontext;
|
||||
use dom::windowproxy;
|
||||
use heapsize::HeapSizeOf;
|
||||
use js;
|
||||
use js::JS_CALLEE;
|
||||
|
@ -58,7 +58,7 @@ impl GlobalStaticData {
|
|||
/// Creates a new GlobalStaticData.
|
||||
pub fn new() -> GlobalStaticData {
|
||||
GlobalStaticData {
|
||||
windowproxy_handler: browsingcontext::new_window_proxy_handler(),
|
||||
windowproxy_handler: windowproxy::new_window_proxy_handler(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue