mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Update Rust
This commit is contained in:
parent
79956abb38
commit
1026556477
43 changed files with 252 additions and 150 deletions
|
@ -76,6 +76,7 @@ impl DerivedWrapper for FormData {
|
|||
fail!(~"nyi")
|
||||
}
|
||||
|
||||
#[fixed_stack_segment]
|
||||
fn wrap_shared(@mut self, cx: *JSContext, scope: *JSObject, vp: *mut JSVal) -> i32 {
|
||||
let obj = self.wrap_object_shared(cx, scope);
|
||||
if obj.is_null() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue