Rename sugar::refptr to sugar::ownership

This commit is contained in:
Manish Goregaokar 2016-08-23 20:27:20 +05:30
parent 8bed07292c
commit 36c63db5d4
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
8 changed files with 22 additions and 22 deletions

View file

@ -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;