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

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

Issue 2716263002: DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++ (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
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 24ce97b75a254c061d05caee0f6043baa06cb349..57db59afb028049fb6771d06761acc96433218fb 100644
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp
@@ -253,6 +253,7 @@ DEFINE_TRACE(Bluetooth) {
visitor->trace(m_deviceInstanceMap);
visitor->trace(m_activeCharacteristics);
visitor->trace(m_connectedDevices);
+ Supplementable<Bluetooth>::trace(visitor);
}
Bluetooth::Bluetooth() : m_clientBinding(this) {}

Powered by Google App Engine
This is Rietveld 408576698