diff options
Diffstat (limited to 'components/script/dom/servoparser/async_html.rs')
-rw-r--r-- | components/script/dom/servoparser/async_html.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/servoparser/async_html.rs b/components/script/dom/servoparser/async_html.rs index 8b0a156842d..538007d9057 100644 --- a/components/script/dom/servoparser/async_html.rs +++ b/components/script/dom/servoparser/async_html.rs @@ -256,7 +256,7 @@ impl Tokenizer { // will be generated from the input provided. These parser actions are then passed // onto the main thread to be executed. thread::Builder::new() - .name(String::from("HTML Parser")) + .name(format!("Parse:{}", tokenizer.url.debug_compact())) .spawn(move || { run( sink, |