mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Fix compile error
This commit is contained in:
parent
8f1f4f479d
commit
7f6e5e5f93
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ fn css_link_listener(to_parent : comm::chan<Stylesheet>, from_parent : comm::por
|
|||
to_parent.send(css_rules);
|
||||
}
|
||||
|
||||
fn js_script_listener(to_parent : chan<~[~[u8]]>, from_parent : comm::port<js_message>) {
|
||||
fn js_script_listener(to_parent : comm::chan<~[~[u8]]>, from_parent : comm::port<js_message>) {
|
||||
let mut result_vec = ~[];
|
||||
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue