mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: trivial TopLevelRuleParser construction cleanup.
MozReview-Commit-ID: 5CdOdQPZzyb
This commit is contained in:
parent
378fcc2b6a
commit
e77a28d543
1 changed files with 4 additions and 4 deletions
|
@ -363,13 +363,13 @@ impl Stylesheet {
|
||||||
|
|
||||||
let rule_parser = TopLevelRuleParser {
|
let rule_parser = TopLevelRuleParser {
|
||||||
stylesheet_origin: origin,
|
stylesheet_origin: origin,
|
||||||
shared_lock: shared_lock,
|
shared_lock,
|
||||||
loader: stylesheet_loader,
|
loader: stylesheet_loader,
|
||||||
context: context,
|
context,
|
||||||
error_context: error_context,
|
error_context,
|
||||||
state: State::Start,
|
state: State::Start,
|
||||||
had_hierarchy_error: false,
|
had_hierarchy_error: false,
|
||||||
namespaces: namespaces,
|
namespaces,
|
||||||
};
|
};
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue