| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| index 48b4372489d5bf3a70f5552ef3062e08ddf2a066..26e45ee40374b94a175b576dd9c9ddff595b982f 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| @@ -35,7 +35,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - explicit BluetoothSupplement(WebBluetooth*);
|
| + BluetoothSupplement(WebBluetooth*, LocalFrame&);
|
|
|
| WebBluetooth* m_bluetooth;
|
| };
|
|
|