aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/servoshell/main.rs')
-rw-r--r--ports/servoshell/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servoshell/main.rs b/ports/servoshell/main.rs
index fd56fcdc61b..a215089bfea 100644
--- a/ports/servoshell/main.rs
+++ b/ports/servoshell/main.rs
@@ -31,7 +31,6 @@ cfg_if::cfg_if! {
mod app;
mod backtrace;
- mod browser;
mod crash_handler;
mod egui_glue;
mod embedder;
@@ -45,6 +44,7 @@ cfg_if::cfg_if! {
mod parser;
mod prefs;
mod resources;
+ mod webview;
mod window_trait;
pub mod platform {