mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
re-structure blob, structured serialization
This commit is contained in:
parent
7aa68c8fe7
commit
6e8a85482c
31 changed files with 997 additions and 489 deletions
|
@ -162,7 +162,7 @@ impl Transferable for MessagePort {
|
|||
}
|
||||
|
||||
let port_impls = match sc_holder {
|
||||
StructuredDataHolder::Write(port_impls) => port_impls,
|
||||
StructuredDataHolder::Write { ports, .. } => ports,
|
||||
_ => panic!("Unexpected variant of StructuredDataHolder"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue