aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorConnor Brewster <brewsterc@my.caspercollege.edu>2016-05-05 22:45:08 -0600
committerConnor Brewster <brewsterc@my.caspercollege.edu>2016-05-11 12:46:59 -0600
commitcbc5ca65a8fed0542a74b8917b5d8d6450714478 (patch)
tree6e72f1dddbe6a1a69d92720e2e13615818f52fd6 /components/script/lib.rs
parent392135bd0c2f512a0d632a7d76e667bc9af8f4a7 (diff)
downloadservo-cbc5ca65a8fed0542a74b8917b5d8d6450714478.tar.gz
servo-cbc5ca65a8fed0542a74b8917b5d8d6450714478.zip
remove page and move functionality to browing context
Allow for adding history items Fixed nested iframe test failure Cleanup and small refactors fixup
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index e8b22c353a0..54eab466906 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -95,7 +95,6 @@ pub mod layout_interface;
mod mem;
mod network_listener;
pub mod origin;
-pub mod page;
pub mod parse;
pub mod reporter;
pub mod script_runtime;