| Index: third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| diff --git a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| index 44febb608a321e3345abc4b186e78b1469c079c5..7b676e637d775e4ce71f15eca9a4b1d0de4879f5 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -128,7 +128,7 @@ void InstrumentingAgents::add${class_name}(${class_name}* agent)
|
|
|
| void InstrumentingAgents::remove${class_name}(${class_name}* agent)
|
| {
|
| - ${member_name}.remove(agent);
|
| + ${member_name}.erase(agent);
|
| ${has_member_name} = !${member_name}.isEmpty();
|
| }
|
| """)
|
|
|