aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmllinkelement.rs
diff options
context:
space:
mode:
authorKamil Muszyński <KamilM1@verifone.com>2016-02-14 15:29:44 +0100
committerKamil Muszyński <KamilM1@verifone.com>2016-02-14 15:29:44 +0100
commit076cc409e6a122ef377bd8230c51c12ab1203213 (patch)
treed3afda570ffc82c4359d490f21880d99722f0c32 /components/script/dom/htmllinkelement.rs
parent3f74c07e2025671d867e94acd28e706ce6fe236e (diff)
downloadservo-076cc409e6a122ef377bd8230c51c12ab1203213.tar.gz
servo-076cc409e6a122ef377bd8230c51c12ab1203213.zip
Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to TaskSource
Diffstat (limited to 'components/script/dom/htmllinkelement.rs')
-rw-r--r--components/script/dom/htmllinkelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmllinkelement.rs b/components/script/dom/htmllinkelement.rs
index 683b8cc6a84..00d382e48fc 100644
--- a/components/script/dom/htmllinkelement.rs
+++ b/components/script/dom/htmllinkelement.rs
@@ -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 {