mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Print an error if Glutin port needs to manage a new tab
This commit is contained in:
parent
8abc272d27
commit
d779573fe0
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue