| 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 d23c3c2eeb6f7dbc4a4a86f298960c102880fcda..48b4372489d5bf3a70f5552ef3062e08ddf2a066 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h
|
| @@ -14,7 +14,7 @@ class WebBluetooth;
|
| // This class is attached to a LocalFrame in WebLocalFrameImpl::setCoreFrame, to
|
| // pass WebFrameClient::bluetooth() (accessible by web/ only) to the Bluetooth
|
| // code in modules/.
|
| -class BLINK_EXPORT BluetoothSupplement : public GarbageCollected<BluetoothSupplement>, public HeapSupplement<LocalFrame> {
|
| +class BLINK_EXPORT BluetoothSupplement : public GarbageCollected<BluetoothSupplement>, public Supplement<LocalFrame> {
|
| WTF_MAKE_NONCOPYABLE(BluetoothSupplement);
|
| USING_GARBAGE_COLLECTED_MIXIN(BluetoothSupplement);
|
|
|
|
|