| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| index 56ccf4c9ab0356def306176b7686f189ee869fb2..1990523425e2c93c02efd21d6462065871405062 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.cpp
|
| @@ -10,6 +10,7 @@
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "core/dom/DOMException.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "modules/bluetooth/BluetoothAdvertisingData.h"
|
| #include "modules/bluetooth/BluetoothError.h"
|
| #include "modules/bluetooth/BluetoothGATTRemoteServer.h"
|
| #include "modules/bluetooth/BluetoothSupplement.h"
|
| @@ -19,6 +20,7 @@ namespace blink {
|
|
|
| BluetoothDevice::BluetoothDevice(PassOwnPtr<WebBluetoothDevice> webDevice)
|
| : m_webDevice(webDevice)
|
| + , m_adData(BluetoothAdvertisingData::create())
|
| {
|
| }
|
|
|
|
|