| Index: third_party/WebKit/Source/modules/webusb/USB.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webusb/USB.cpp b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| index 5e23731216ddbb0da261b5cee40e5d55cbb70d25..b640313b07413ebc8a17b049439d7dabaef01642 100644
|
| --- a/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| +++ b/third_party/WebKit/Source/modules/webusb/USB.cpp
|
| @@ -167,7 +167,7 @@ USBDevice* USB::getOrCreateDevice(usb::DeviceInfoPtr deviceInfo) {
|
| m_deviceManager->GetDevice(guid, mojo::MakeRequest(&pipe));
|
| device = USBDevice::create(std::move(deviceInfo), std::move(pipe),
|
| getExecutionContext());
|
| - m_deviceCache.add(guid, device);
|
| + m_deviceCache.insert(guid, device);
|
| }
|
| return device;
|
| }
|
|
|