aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/GPUValidationError.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/GPUValidationError.webidl')
-rw-r--r--components/script/dom/webidls/GPUValidationError.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/GPUValidationError.webidl b/components/script/dom/webidls/GPUValidationError.webidl
index 8e5d211d981..e62feeb7784 100644
--- a/components/script/dom/webidls/GPUValidationError.webidl
+++ b/components/script/dom/webidls/GPUValidationError.webidl
@@ -17,6 +17,6 @@ enum GPUErrorFilter {
};
partial interface GPUDevice {
- void pushErrorScope(GPUErrorFilter filter);
+ undefined pushErrorScope(GPUErrorFilter filter);
Promise<GPUError?> popErrorScope();
};