| Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| index 78cc47bd12e7eae372b681a7a6112bff380572f4..84861f6a1df459e5461a6e6b2a580f4a5007a648 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| @@ -63,7 +63,7 @@ void {{v8_class}}::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, {{
|
| {% endif %}
|
| } else {
|
| {% if member.deprecate_as %}
|
| - Deprecation::countDeprecation(currentExecutionContext(isolate), UseCounter::{{member.deprecate_as}});
|
| + Deprecation::countDeprecation(currentExecutionContext(isolate), UseCounter::k{{member.deprecate_as}});
|
| {% endif %}
|
| {{v8_value_to_local_cpp_value(member) | indent}}
|
| {% if member.is_interface_type %}
|
|
|