mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)
This commit is contained in:
parent
41fb10c589
commit
b5a4b8d6a0
40 changed files with 73 additions and 79 deletions
|
@ -150,7 +150,7 @@ impl CssRulesHelpers for RawOffsetArc<Locked<CssRules>> {
|
|||
|
||||
{
|
||||
let mut write_guard = lock.write();
|
||||
let mut rules = self.write_with(&mut write_guard);
|
||||
let rules = self.write_with(&mut write_guard);
|
||||
// Step 5
|
||||
// Computes the maximum allowed parser state at a given index.
|
||||
let rev_state = rules.0.get(index).map_or(State::Body, CssRule::rule_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue