mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
b589735b47
commit
cc48797999
8 changed files with 24 additions and 21 deletions
|
@ -114,7 +114,7 @@ impl<T: Reflectable> Drop for Trusted<T> {
|
|||
*refcount -= 1;
|
||||
if *refcount == 0 {
|
||||
self.script_chan.send(
|
||||
ScriptMsg::RefcountCleanup(TrustedReference(self.ptr)));
|
||||
ScriptMsg::RefcountCleanup(TrustedReference(self.ptr))).unwrap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue