| Index: third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl b/third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl
|
| index e74b141a9aa0ce46937615e08c65c575bb9ee7c2..f90f07579c4639016cbe4d696f4c05af6818d2bc 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl
|
| @@ -7,5 +7,5 @@
|
| [
|
| RuntimeEnabled=WebBluetooth,
|
| ] partial interface Navigator {
|
| - readonly attribute Bluetooth bluetooth;
|
| + [SameObject] readonly attribute Bluetooth bluetooth;
|
| };
|
|
|