diff options
Diffstat (limited to 'components/script/dom/gpudevicelostinfo.rs')
-rw-r--r-- | components/script/dom/gpudevicelostinfo.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/gpudevicelostinfo.rs b/components/script/dom/gpudevicelostinfo.rs index 420f4d28c1a..1616e9d7169 100644 --- a/components/script/dom/gpudevicelostinfo.rs +++ b/components/script/dom/gpudevicelostinfo.rs @@ -42,12 +42,12 @@ impl GPUDeviceLostInfo { } impl GPUDeviceLostInfoMethods for GPUDeviceLostInfo { - /// https://gpuweb.github.io/gpuweb/#dom-gpudevicelostinfo-message + /// <https://gpuweb.github.io/gpuweb/#dom-gpudevicelostinfo-message> fn Message(&self) -> DOMString { self.message.clone() } - /// https://gpuweb.github.io/gpuweb/#dom-gpudevicelostinfo-reason + /// <https://gpuweb.github.io/gpuweb/#dom-gpudevicelostinfo-reason> fn Reason(&self) -> GPUDeviceLostReason { self.reason } |