diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-05-12 15:02:35 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-05-12 15:02:35 -0500 |
commit | 43ca26068935e014b1a41a6a02f45d05436577b4 (patch) | |
tree | 8959640c08455fa76d0c58f1bc2e3fcd67b1a637 /components/script/dom/mod.rs | |
parent | eeb1ee9723777b0dc04e919556826eef628363fe (diff) | |
download | servo-43ca26068935e014b1a41a6a02f45d05436577b4.tar.gz servo-43ca26068935e014b1a41a6a02f45d05436577b4.zip |
Renamed BrowsingContext to WindowProxy in script.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 70d1f30bd4a..d155b8b6a47 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -229,7 +229,6 @@ pub mod bluetoothremotegattdescriptor; pub mod bluetoothremotegattserver; pub mod bluetoothremotegattservice; pub mod bluetoothuuid; -pub mod browsingcontext; pub mod canvasgradient; pub mod canvaspattern; pub mod canvasrenderingcontext2d; @@ -465,6 +464,7 @@ pub mod webgltexture; pub mod webgluniformlocation; pub mod websocket; pub mod window; +pub mod windowproxy; pub mod worker; pub mod workerglobalscope; pub mod workerlocation; |