mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix the CEF build.
This commit is contained in:
parent
842112c0f3
commit
bd53792269
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ pub fn get_null_window_handle() -> cef_window_handle_t {
|
||||||
|
|
||||||
pub fn update() {
|
pub fn update() {
|
||||||
BROWSERS.with(|browsers| {
|
BROWSERS.with(|browsers| {
|
||||||
for browser in &browsers.borrow() {
|
for browser in &*browsers.borrow() {
|
||||||
if browser.downcast().callback_executed.get() == false {
|
if browser.downcast().callback_executed.get() == false {
|
||||||
browser_callback_after_created(browser.clone());
|
browser_callback_after_created(browser.clone());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue