aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorpylbrecht <palbrecht@mailbox.org>2019-04-17 17:23:17 +0200
committerpylbrecht <palbrecht@mailbox.org>2019-04-17 17:23:17 +0200
commit4fd9fea7a64420265dfe482b577ad0fc74d2a817 (patch)
tree32c37f06c4ce52c53d520108c48f6d826a9b64ad /components/script/script_thread.rs
parent858011c5132d647c0718a2801279222652004a3b (diff)
downloadservo-4fd9fea7a64420265dfe482b577ad0fc74d2a817.tar.gz
servo-4fd9fea7a64420265dfe482b577ad0fc74d2a817.zip
fixup! Measure layout queries blocked by ongoing layout
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index b55d57febb6..20505a3fd7c 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -203,7 +203,7 @@ struct InProgressLoad {
navigation_start_precise: u64,
/// For cancelling the fetch
canceller: FetchCanceller,
- /// Flag to indicate if the layout thread is busy handling a request.
+ /// Flag for sharing with the layout thread that is not yet created.
layout_is_busy: Arc<AtomicBool>,
}