Add safer bindings for RefPtr

This commit is contained in:
Manish Goregaokar 2016-10-13 16:59:10 +05:30
parent dc5dc5e614
commit 2bde9462b1
9 changed files with 249 additions and 76 deletions

View file

@ -7,7 +7,7 @@
use cssparser::{Parser, SourcePosition};
use error_reporting::ParseErrorReporter;
#[cfg(feature = "gecko")]
use gecko_bindings::ptr::{GeckoArcPrincipal, GeckoArcURI};
use gecko_bindings::sugar::refptr::{GeckoArcPrincipal, GeckoArcURI};
use selector_impl::TheSelectorImpl;
use selectors::parser::ParserContext as SelectorParserContext;
use stylesheets::Origin;