mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +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
|
@ -25,7 +25,7 @@ use gecko_bindings::bindings::{Gecko_LocalName, Gecko_Namespace, Gecko_NodeIsEle
|
|||
use gecko_bindings::bindings::{RawGeckoDocument, RawGeckoElement, RawGeckoNode};
|
||||
use gecko_bindings::structs::{NODE_HAS_DIRTY_DESCENDANTS_FOR_SERVO, NODE_IS_DIRTY_FOR_SERVO};
|
||||
use gecko_bindings::structs::{nsIAtom, nsChangeHint, nsStyleContext};
|
||||
use gecko_bindings::sugar::refptr::FFIArcHelpers;
|
||||
use gecko_bindings::sugar::ownership::FFIArcHelpers;
|
||||
use gecko_string_cache::{Atom, Namespace, WeakAtom, WeakNamespace};
|
||||
use glue::GeckoDeclarationBlock;
|
||||
use libc::uintptr_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue