style: trivial TopLevelRuleParser construction cleanup.

MozReview-Commit-ID: 5CdOdQPZzyb
This commit is contained in:
Emilio Cobos Álvarez 2018-05-28 19:32:06 +02:00
parent 378fcc2b6a
commit e77a28d543
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -363,13 +363,13 @@ impl Stylesheet {
let rule_parser = TopLevelRuleParser {
stylesheet_origin: origin,
shared_lock: shared_lock,
shared_lock,
loader: stylesheet_loader,
context: context,
error_context: error_context,
context,
error_context,
state: State::Start,
had_hierarchy_error: false,
namespaces: namespaces,
namespaces,
};
{