diff options
author | pylbrecht <palbrecht@mailbox.org> | 2019-04-17 17:23:17 +0200 |
---|---|---|
committer | pylbrecht <palbrecht@mailbox.org> | 2019-04-17 17:23:17 +0200 |
commit | 4fd9fea7a64420265dfe482b577ad0fc74d2a817 (patch) | |
tree | 32c37f06c4ce52c53d520108c48f6d826a9b64ad /components/script/script_thread.rs | |
parent | 858011c5132d647c0718a2801279222652004a3b (diff) | |
download | servo-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.rs | 2 |
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>, } |