| 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 559ac64c9e6a8aa00e7ce6664fbd2cfcb14ae209..44febb608a321e3345abc4b186e78b1469c079c5 100755
|
| --- a/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -122,7 +122,7 @@ template_instrumenting_agent_accessor = string.Template("""
|
| template_instrumenting_agent_impl = string.Template("""
|
| void InstrumentingAgents::add${class_name}(${class_name}* agent)
|
| {
|
| - ${member_name}.add(agent);
|
| + ${member_name}.insert(agent);
|
| ${has_member_name} = true;
|
| }
|
|
|
|
|