mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Formating
This commit is contained in:
parent
425057c432
commit
a265a2a7e6
3 changed files with 13 additions and 4 deletions
|
@ -452,7 +452,8 @@ impl FetchResponseListener for ClassicContext {
|
|||
&mut transform_str_to_source_text(&context.script_text) as *mut _,
|
||||
Some(off_thread_compilation_callback),
|
||||
Box::into_raw(context) as *mut c_void,
|
||||
).is_null());
|
||||
)
|
||||
.is_null());
|
||||
}
|
||||
} else {
|
||||
let load = ScriptOrigin::external(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue