mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Update Rust version again
This gets us the new runtime.
This commit is contained in:
parent
ef50acfa89
commit
a2d9810b69
49 changed files with 129 additions and 129 deletions
|
@ -115,7 +115,7 @@ impl Document {
|
|||
}
|
||||
|
||||
impl WrappableDocument for Document {
|
||||
pub fn init_wrapper(@mut self, cx: *JSContext) {
|
||||
fn init_wrapper(@mut self, cx: *JSContext) {
|
||||
self.wrap_object_shared(cx, ptr::null()); //XXXjdm a proper scope would be nice
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue