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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp

Issue 2691363005: Mojo C++ bindings: remove usage of AssociatedGroup from blink. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
index f376eda638f990811e5db287b77352ecc3d41f0d..24ce97b75a254c061d05caee0f6043baa06cb349 100644
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
@@ -194,7 +194,7 @@ ScriptPromise Bluetooth::requestDevice(ScriptState* scriptState,
// WebBluetoothService so that it can send us events without us
// prompting.
mojom::blink::WebBluetoothServiceClientAssociatedPtrInfo ptrInfo;
- m_clientBinding.Bind(&ptrInfo, m_service.associated_group());
+ m_clientBinding.Bind(&ptrInfo);
m_service->SetClient(std::move(ptrInfo));
}
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698