diff options
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 14638ddcd82..7022275bd00 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -778,7 +778,7 @@ impl ScriptTask { return; } panic!("Page rect message sent to nonexistent pipeline"); - } + } /// Handle a request to load a page in a new child frame of an existing page. fn handle_new_layout(&self, new_layout_info: NewLayoutInfo) { |