summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl')
-rw-r--r--chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl b/chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl
index 2d39cfdb6e0..8ad1fadc24f 100644
--- a/chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl
+++ b/chromium/third_party/blink/renderer/build/scripts/core/css/templates/css_property_names.cc.tmpl
@@ -41,9 +41,11 @@ const Property* FindProperty(const char* str, unsigned int len) {
return {{class_name}}Hash::findPropertyImpl(str, len);
}
-CSSPropertyID cssPropertyID(const ExecutionContext* execution_context, const String& string)
+CSSPropertyID CssPropertyID(const ExecutionContext* execution_context,
+ const String& string)
{
- return resolveCSSPropertyID(unresolvedCSSPropertyID(execution_context, string));
+ return ResolveCSSPropertyID(UnresolvedCSSPropertyID(execution_context,
+ string));
}
mojom::blink::CSSSampleId GetCSSSampleId(CSSPropertyID id) {