From 8fd088c97d81686c311f0a844c826c351e8c727b Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 19 Sep 2026 11:40:52 -0700 Subject: [PATCH] WebIDL compile error --- dom/webidl/USB.webidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/webidl/USB.webidl b/dom/webidl/USB.webidl index 77a57195c6..8fc9934324 100644 --- a/dom/webidl/USB.webidl +++ b/dom/webidl/USB.webidl @@ -6,7 +6,7 @@ interface USB : EventTarget { Promise> getDevices(); [NewObject] - Promise requestDevice(optional USBDeviceRequestOptions options = {}); + Promise requestDevice(optional USBDeviceRequestOptions options); attribute EventHandler onconnect; attribute EventHandler ondisconnect;