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

@ -11,7 +11,7 @@
use app_units::Au;
use gecko_bindings::bindings::{RawServoStyleSheet, ServoComputedValues};
use gecko_bindings::structs::nsStyleCoord_CalcValue;
use gecko_bindings::sugar::refptr::{HasArcFFI, HasFFI};
use gecko_bindings::sugar::ownership::{HasArcFFI, HasFFI};
use properties::ComputedValues;
use stylesheets::Stylesheet;
use values::computed::{CalcLengthOrPercentage, LengthOrPercentage};