| Index: extensions/common/api/serial.idl
|
| diff --git a/extensions/common/api/serial.idl b/extensions/common/api/serial.idl
|
| index 94029dcc1c465e46cafd4f4816239e1fdcf6d1ce..2fc735b0d9f490367d238b94a5821b8eba7a0029 100644
|
| --- a/extensions/common/api/serial.idl
|
| +++ b/extensions/common/api/serial.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // Use the <code>chrome.serial</code> API to read from and write to a device
|
| // connected to a serial port.
|
| -namespace serial {
|
| +[use_movable_types=true] namespace serial {
|
|
|
| dictionary DeviceInfo {
|
| // The device's system path. This should be passed as the <code>path</code>
|
|
|