diff options
Diffstat (limited to 'components/shared/script')
-rw-r--r-- | components/shared/script/script_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/script/script_msg.rs b/components/shared/script/script_msg.rs index 42be2685ccf..614362575b3 100644 --- a/components/shared/script/script_msg.rs +++ b/components/shared/script/script_msg.rs @@ -263,7 +263,7 @@ pub enum ScriptMsg { SmallVec<[wgpu::id::AdapterId; 4]>, ), /// Get WebGPU channel - GetWebGPUChan(IpcSender<WebGPU>), + GetWebGPUChan(IpcSender<Option<WebGPU>>), /// Notify the constellation of a pipeline's document's title. TitleChanged(PipelineId, String), } |