auto merge of #5387 : Manishearth/servo/macro_path, r=Ms2ger

This commit is contained in:
bors-servo 2015-03-26 10:39:57 -06:00
commit 265f313de3
2 changed files with 5 additions and 5 deletions

View file

@ -54,7 +54,7 @@ use selectors::matching::matches;
use style::properties::ComputedValues;
use style;
use js::jsapi::{JSContext, JSObject, JSTracer, JSRuntime};
use js::jsapi::{JSContext, JSObject, JSRuntime};
use js::jsfriendapi;
use core::nonzero::NonZero;
use libc;