stylo: Remove a bunch of out of now-unneeded out-of-line calls.

r? @bholley
This commit is contained in:
Emilio Cobos Álvarez 2016-09-26 21:49:53 +02:00
parent a83ef43be0
commit eb0c12acaf
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 101 additions and 55 deletions

View file

@ -47,7 +47,6 @@ use style::stylesheets::{Origin, Stylesheet};
use style::timer::Timer;
use url::Url;
/*
* For Gecko->Servo function calls, we need to redeclare the same signature that was declared in
* the C header in Gecko. In order to catch accidental mismatches, we run rust-bindgen against