| Index: extensions/common/api/usb.idl
|
| diff --git a/extensions/common/api/usb.idl b/extensions/common/api/usb.idl
|
| index 21e4bd3cdfb29845f91fb5737154d10bd1b6344f..5b451bbb05c4928245ac43f2a22108c35eab8d05 100644
|
| --- a/extensions/common/api/usb.idl
|
| +++ b/extensions/common/api/usb.idl
|
| @@ -9,7 +9,7 @@
|
| // Errors generated by this API are reported by setting
|
| // $(ref:runtime.lastError) and executing the function's regular callback. The
|
| // callback's regular parameters will be undefined in this case.
|
| -namespace usb {
|
| +[use_movable_types=true] namespace usb {
|
|
|
| // Direction, Recipient, RequestType, and TransferType all map to their
|
| // namesakes within the USB specification.
|
|
|