Pass Gecko sheet base/referrer/principal from Servo_StylesheetFromUTF8Bytes through ParserContext.

This commit is contained in:
Cameron McCormack 2016-05-19 15:40:10 +10:00
parent 6dfb51f272
commit 6d67aa8a01
5 changed files with 23 additions and 5 deletions

View file

@ -28,6 +28,8 @@ extern crate cssparser;
extern crate encoding;
extern crate euclid;
extern crate fnv;
#[cfg(feature = "gecko")]
extern crate gecko_bindings;
extern crate heapsize;
#[allow(unused_extern_crates)]
#[macro_use]