diff options
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>, } |