diff options
Diffstat (limited to 'components/script/task_source/file_reading.rs')
-rw-r--r-- | components/script/task_source/file_reading.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/task_source/file_reading.rs b/components/script/task_source/file_reading.rs index 8fd3a143eff..f8ca38a0c30 100644 --- a/components/script/task_source/file_reading.rs +++ b/components/script/task_source/file_reading.rs @@ -34,6 +34,7 @@ impl TaskSource for FileReadingTaskSource { ScriptThreadEventCategory::FileRead, Box::new(canceller.wrap_task(task)), Some(self.1), + FileReadingTaskSource::NAME, )) } } |