mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to TaskSource
This commit is contained in:
parent
3f74c07e20
commit
076cc409e6
8 changed files with 96 additions and 96 deletions
|
@ -198,7 +198,7 @@ impl HTMLLinkElement {
|
|||
|
||||
// TODO: #8085 - Don't load external stylesheets if the node's mq doesn't match.
|
||||
let doc = window.Document();
|
||||
let script_chan = window.networking_thread_source();
|
||||
let script_chan = window.networking_task_source();
|
||||
let elem = Trusted::new(self, script_chan.clone());
|
||||
|
||||
let context = Arc::new(Mutex::new(StylesheetContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue