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) {} |