diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 92537fa7abe..96167cec236 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -1784,6 +1784,7 @@ impl ScriptThread { incomplete.pipeline_id, incomplete.parent_info, incomplete.window_size, + incomplete.origin.clone(), self.webvr_thread.clone()); // Initialize the browsing context for the window. |