aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ports/glutin/browser.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/glutin/browser.rs b/ports/glutin/browser.rs
index 7255390fdf6..e3da4d13d61 100644
--- a/ports/glutin/browser.rs
+++ b/ports/glutin/browser.rs
@@ -346,6 +346,8 @@ where
self.browsers.push(new_browser_id);
if self.browser_id.is_none() {
self.browser_id = Some(new_browser_id);
+ } else {
+ error!("Multiple top level browsing contexts not supported yet.");
}
self.event_queue
.push(WindowEvent::SelectBrowser(new_browser_id));