From e77a28d543226ab54fcb234edd923d8ee76096f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 28 May 2018 19:32:06 +0200 Subject: [PATCH] style: trivial TopLevelRuleParser construction cleanup. MozReview-Commit-ID: 5CdOdQPZzyb --- components/style/stylesheets/stylesheet.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/style/stylesheets/stylesheet.rs b/components/style/stylesheets/stylesheet.rs index 08c2cb05f7a..5f10c1dd503 100644 --- a/components/style/stylesheets/stylesheet.rs +++ b/components/style/stylesheets/stylesheet.rs @@ -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, }; {