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

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