| Index: third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| index 64d27433fc20298151de2a86451ea0f5e977c5db..76508f883797be96cc4b0ac27793d6c8a5afef2d 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| @@ -21,7 +21,7 @@ namespace blink {
|
| if (type == "{{event|script_name}}"{% if event.RuntimeEnabled %} && RuntimeEnabledFeatures::{{event.RuntimeEnabled|lower_first}}(){% endif %}) {
|
| {% endif %}
|
| {% if not event|script_name|create_event_whitelist %}
|
| - UseCounter::count(executionContext, UseCounter::{{event|script_name|measure_name}});
|
| + UseCounter::count(executionContext, UseCounter::k{{event|script_name|measure_name}});
|
| {% endif %}
|
| return {{event|cpp_name}}::create();
|
| }
|
|
|