| 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 1d7d1c1025690584e44475f311ca763ab5717e8a..c4d8e925e3de00070774ddb11f8e34ef954a53c8 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/constants.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/constants.cpp
|
| @@ -40,7 +40,7 @@ V8DOMConfiguration::installConstant(isolate, interfaceTemplate, prototypeTemplat
|
| {% endfor %}
|
| {% endfilter %}
|
| {% endfor %}
|
| -{# Constants with [DeprecateAs] or [MeasureAs] or [OriginTrialEnabled] #}
|
| +{# Constants with [DeprecateAs] or [MeasureAs] #}
|
| {% for constant in constants | has_special_getter %}
|
| V8DOMConfiguration::installConstantWithGetter(isolate, interfaceTemplate, prototypeTemplate, "{{constant.name}}", {{cpp_class}}V8Internal::{{constant.name}}ConstantGetterCallback);
|
| {% endfor %}
|
|
|