mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15: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
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue