diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index ae689e33ee1..cd96f974d6c 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -10,10 +10,11 @@ #![feature(phase)] #[phase(plugin, link)] extern crate log; +#[phase(plugin)] +extern crate "plugins" as servo_plugins; extern crate rustuv; -extern crate "plugins" as servo_plugins; extern crate servo; extern crate azure;