From d9d1384599f0c581776583af0dd6dd58b07d6daa Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 19 Sep 2026 11:54:24 -0700 Subject: [PATCH] krill issue --- dom/usb/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/usb/moz.build b/dom/usb/moz.build index d1df1e5af4..d7f4d24a6e 100644 --- a/dom/usb/moz.build +++ b/dom/usb/moz.build @@ -8,8 +8,8 @@ EXPORTS.mozilla.dom += [ 'USBDescriptors.h', 'USBDevice.h', 'USBEndpoint.h', - 'USBInTransferResult.h', 'USBInterface.h', + 'USBInTransferResult.h', 'USBOutTransferResult.h', ]