summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc b/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc
index ff991853cce..b7786fcf102 100644
--- a/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc
+++ b/chromium/third_party/blink/renderer/core/css/properties/longhands/text_decoration_skip_ink_custom.cc
@@ -8,7 +8,7 @@
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
-namespace CSSLonghand {
+namespace css_longhand {
const CSSValue* TextDecorationSkipInk::CSSValueFromComputedStyleInternal(
const ComputedStyle& style,
@@ -20,5 +20,5 @@ const CSSValue* TextDecorationSkipInk::CSSValueFromComputedStyleInternal(
style.TextDecorationSkipInk());
}
-} // namespace CSSLonghand
+} // namespace css_longhand
} // namespace blink