aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r--components/script/script_task.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs
index a5658ac6c5e..cbcdfea03ac 100644
--- a/components/script/script_task.rs
+++ b/components/script/script_task.rs
@@ -815,11 +815,6 @@ impl ScriptTask {
document.set_ready_state(DocumentReadyStateValues::Interactive);
- // Send style sheets over to layout.
- //
- // FIXME: These should be streamed to layout as they're parsed. We don't need to stop here
- // in the script task.
-
let mut js_scripts = None;
loop {
match discovery_port.recv_opt() {