mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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 {
|
||||
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,
|
||||
};
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue