mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support line number offsets for inline stylesheets
This commit is contained in:
parent
ea20bd6f63
commit
5d8cbd8e6a
11 changed files with 87 additions and 37 deletions
|
@ -66,7 +66,8 @@ impl Stylesheet {
|
|||
Arc::new(shared_lock.wrap(media)),
|
||||
shared_lock,
|
||||
stylesheet_loader,
|
||||
error_reporter)
|
||||
error_reporter,
|
||||
0u64)
|
||||
}
|
||||
|
||||
/// Updates an empty stylesheet with a set of bytes that reached over the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue