Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
index 9b39b7ab1528e3e629d36e7691946ad073206e4a..24e101b4c3ec299865f10e998365fc569c6b9568 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
@@ -11,6 +11,7 @@ |
#include "mojo/public/cpp/bindings/associated_binding.h" |
#include "platform/heap/Handle.h" |
#include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
+#include "platform/Supplementable.h" |
#include <memory> |
namespace blink { |
@@ -22,8 +23,10 @@ class ScriptState; |
class Bluetooth : public GarbageCollectedFinalized<Bluetooth>, |
public ScriptWrappable, |
- public mojom::blink::WebBluetoothServiceClient { |
+ public mojom::blink::WebBluetoothServiceClient, |
+ public Supplementable<Bluetooth> { |
DEFINE_WRAPPERTYPEINFO(); |
+ USING_GARBAGE_COLLECTED_MIXIN(Bluetooth); |
USING_PRE_FINALIZER(Bluetooth, dispose); |
public: |