···6161 /// Handle the transfer of a port in the current task.
6262 pub(crate) fn mark_port_as_transferred(&self, port_id: &MessagePortId) -> MessagePortImpl {
6363 if let MessagePortState::Managed(_id, message_ports) =
6464-@@ -3113,6 +3146,16 @@
6464+@@ -3111,6 +3144,16 @@
6565 self.inherited_secure_context
6666 }
6767
···5252 /// Notify the `ScriptThread` that the Servo renderer is no longer waiting on
5353 /// asynchronous image uploads for the given `Pipeline`. These are mainly used
5454 /// by canvas to perform uploads while the display list is being built.
5555-@@ -328,6 +346,24 @@
5555+@@ -326,6 +344,24 @@
5656 SetAccessibilityActive(PipelineId, bool, Epoch),
5757 /// Force a garbage collection in this script thread.
5858 TriggerGarbageCollection,