mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Untry script
This commit is contained in:
parent
a5bb55790f
commit
7af5a7fd54
36 changed files with 199 additions and 199 deletions
|
@ -89,7 +89,7 @@ impl ServiceWorkerMethods for ServiceWorker {
|
|||
return Err(Error::InvalidState);
|
||||
}
|
||||
// Step 7
|
||||
let data = try!(StructuredCloneData::write(cx, message));
|
||||
let data = StructuredCloneData::write(cx, message)?;
|
||||
let msg_vec = DOMMessage(data.move_to_arraybuffer());
|
||||
let _ =
|
||||
self.global()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue