mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
parent
01e336f691
commit
ec5d08c887
9 changed files with 34 additions and 17 deletions
|
@ -168,7 +168,7 @@ impl HTMLIFrameElement {
|
|||
layout_threads: PREFS.get("layout.threads").as_u64().expect("count") as usize,
|
||||
};
|
||||
|
||||
ScriptThread::process_attach_layout(new_layout_info);
|
||||
ScriptThread::process_attach_layout(new_layout_info, document.origin().alias());
|
||||
} else {
|
||||
let load_info = IFrameLoadInfoWithData {
|
||||
info: load_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue