aboutsummaryrefslogtreecommitdiffstats
path: root/ports/geckolib/glue.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/geckolib/glue.rs')
-rw-r--r--ports/geckolib/glue.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geckolib/glue.rs b/ports/geckolib/glue.rs
index b5ca86c4301..0c4a7070823 100644
--- a/ports/geckolib/glue.rs
+++ b/ports/geckolib/glue.rs
@@ -21,7 +21,7 @@ use std::ptr;
use std::slice;
use std::str::from_utf8_unchecked;
use std::sync::{Arc, Mutex};
-use style::context::{ReflowGoal};
+use style::context::ReflowGoal;
use style::dom::{TDocument, TElement, TNode};
use style::error_reporting::StdoutErrorReporter;
use style::parallel;