summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc
index 9215dd483ec..e7d5215360c 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_color_custom.cc
@@ -10,13 +10,13 @@
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
-namespace CSSLonghand {
+namespace css_longhand {
const CSSValue* TextDecorationColor::ParseSingleValue(
CSSParserTokenRange& range,
const CSSParserContext& context,
const CSSParserLocalContext&) const {
- return CSSPropertyParserHelpers::ConsumeColor(range, context.Mode());
+ return css_property_parser_helpers::ConsumeColor(range, context.Mode());
}
const blink::Color TextDecorationColor::ColorIncludingFallback(
@@ -38,5 +38,5 @@ const CSSValue* TextDecorationColor::CSSValueFromComputedStyleInternal(
style, style.TextDecorationColor());
}
-} // namespace CSSLonghand
+} // namespace css_longhand
} // namespace blink