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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/Bluetooth.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
Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
index 550d1968eb583466d3faff7ddb95ab3b6ec8d35d..180af8c9fea116f0bca4a0381314104d27b6dd57 100644
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
@@ -6,7 +6,7 @@
[
RuntimeEnabled=WebBluetooth,
-] interface Bluetooth {
+] interface Bluetooth : EventTarget {
[CallWith=ScriptState, RaisesException, MeasureAs=WebBluetoothRequestDevice] Promise<BluetoothDevice> requestDevice (
RequestDeviceOptions options
);

Powered by Google App Engine
This is Rietveld 408576698