| Index: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| index 3ed2d05f3160974c6a11920e5db0997c8290acbd..28d6566d84e15ab94fe58ec60c35ea2294b6095d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.cpp
|
| @@ -170,7 +170,7 @@ void InspectorResourceContentLoader::ensureResourcesContentLoaded(
|
| std::unique_ptr<WTF::Closure> callback) {
|
| if (!m_started)
|
| start();
|
| - m_callbacks.add(clientId, Callbacks())
|
| + m_callbacks.insert(clientId, Callbacks())
|
| .storedValue->value.push_back(std::move(callback));
|
| checkDone();
|
| }
|
|
|