summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl')
-rw-r--r--chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl b/chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl
index a28c58cc617..8f4a96e3fb5 100644
--- a/chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl
+++ b/chromium/third_party/blink/renderer/build/scripts/templates/internal_runtime_flags.h.tmpl
@@ -30,7 +30,7 @@ class InternalRuntimeFlags : public ScriptWrappable {
{% endfor %}
{% for feature in standard_features %}
- bool {{feature.tokenized_name.to_lower_camel_case()}}Enabled() {
+ bool {{feature.name.to_lower_camel_case()}}Enabled() {
{% if feature.origin_trial_feature_name %}
return RuntimeEnabledFeatures::{{feature.name}}EnabledByRuntimeFlag();
{% else %}