Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1833)

Unified Diff: third_party/WebKit/Source/modules/bluetooth/NavigatorBluetooth.idl

Issue 2616443002: bluetooth: web: IDL fixes: Inherit EventTarget, SameObject navigator.bluetooth (Closed)
Patch Set: fixeup merge TOT Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698