mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add safer bindings for RefPtr
This commit is contained in:
parent
dc5dc5e614
commit
2bde9462b1
9 changed files with 249 additions and 76 deletions
|
@ -6,7 +6,7 @@ use app_units::Au;
|
|||
use cssparser::{self, Parser, ToCss, Token};
|
||||
use euclid::size::Size2D;
|
||||
#[cfg(feature = "gecko")]
|
||||
use gecko_bindings::ptr::{GeckoArcPrincipal, GeckoArcURI};
|
||||
use gecko_bindings::sugar::refptr::{GeckoArcPrincipal, GeckoArcURI};
|
||||
use parser::{Parse, ParserContext};
|
||||
#[cfg(feature = "gecko")]
|
||||
use parser::ParserContextExtraData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue