| Index: third_party/WebKit/Source/bindings/templates/constants.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/constants.cpp b/third_party/WebKit/Source/bindings/templates/constants.cpp
|
| index 6a9cef4d38b374932fbfa23441678cf78376b779..290da971de1ac5ad02210aff1c81a606b72063e7 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/constants.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/constants.cpp
|
| @@ -10,7 +10,7 @@ static void {{constant.name}}ConstantGetterCallback(v8::Local<v8::Name>, const v
|
| {% if constant.measure_as %}
|
| UseCounter::countIfNotPrivateScript(info.GetIsolate(), currentExecutionContext(info.GetIsolate()), UseCounter::{{constant.measure_as('ConstantGetter')}});
|
| {% endif %}
|
| - {% if constant.is_origin_trial_enabled %}
|
| + {% if constant.origin_trial_enabled %}
|
| {{check_origin_trial(constant) | indent}}
|
| {% endif %}
|
| {% if constant.idl_type in ('Double', 'Float') %}
|
|
|