mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Rename sugar::refptr to sugar::ownership
This commit is contained in:
parent
8bed07292c
commit
36c63db5d4
8 changed files with 22 additions and 22 deletions
|
@ -20,8 +20,8 @@ use gecko_bindings::ptr::{GeckoArcPrincipal, GeckoArcURI};
|
|||
use gecko_bindings::structs::ServoElementSnapshot;
|
||||
use gecko_bindings::structs::nsRestyleHint;
|
||||
use gecko_bindings::structs::{SheetParsingMode, nsIAtom};
|
||||
use gecko_bindings::sugar::refptr::{FFIArcHelpers, HasArcFFI, HasBoxFFI};
|
||||
use gecko_bindings::sugar::refptr::{HasSimpleFFI, HasFFI, Strong};
|
||||
use gecko_bindings::sugar::ownership::{FFIArcHelpers, HasArcFFI, HasBoxFFI};
|
||||
use gecko_bindings::sugar::ownership::{HasSimpleFFI, HasFFI, Strong};
|
||||
use gecko_string_cache::Atom;
|
||||
use snapshot::GeckoElementSnapshot;
|
||||
use std::mem::transmute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue