| Index: chrome/common/extensions/api/bluetooth.idl
|
| diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl
|
| index cbc4414d762febcb32cffa3dc67e16157fb7f9db..3c200a51aefb2a35d1587cef83a638003995a830 100644
|
| --- a/chrome/common/extensions/api/bluetooth.idl
|
| +++ b/chrome/common/extensions/api/bluetooth.idl
|
| @@ -156,7 +156,7 @@ namespace bluetooth {
|
| DeviceCallback deviceCallback;
|
| };
|
|
|
| - // These functions all report failures via chrome.extension.lastError.
|
| + // These functions all report failures via chrome.runtime.lastError.
|
| interface Functions {
|
| // Get information about the Bluetooth adapter.
|
| // |callback| : Called with an AdapterState object describing the adapter
|
|
|