aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script_task.rs')
-rwxr-xr-xsrc/components/script/script_task.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs
index 0c3bf255163..b77b383f4ed 100755
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -588,9 +588,6 @@ impl ScriptTask {
&rval);
}
- // We don't know what the script changed, so for now we will do a total redisplay.
- page.damage(ContentChangedDocumentDamage);
- page.reflow(ReflowForDisplay, self.chan.clone(), self.compositor);
}
/// Handles a notification that reflow completed.