| 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 790d5bb7044dd3686fb54dcf56aef3790178f150..d4c677299399c613179ea51f019aca3be167ed2a 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();
|
| }
|
|
|