aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r--src/components/script/script_task.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs
index 9e001aa7fff..dcee911c46a 100644
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -742,7 +742,7 @@ impl ScriptTask {
// needs to be smarter about exiting pipelines.
None => false,
}
-
+
}
/// The entry point to document loading. Defines bindings, sets up the window and document
@@ -1096,7 +1096,7 @@ impl ScriptTask {
}
None => { target_compare = true; }
}
-
+
if target_compare {
if mouse_over_targets.is_some() {
page.damage(MatchSelectorsDocumentDamage);