Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
| index 8bb2bf669d48aa1c4776f6a748bfc344517720ad..6ee20afb31cffbaa3670a2131e8a79a22dfc5d41 100644 |
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
| @@ -65,6 +65,8 @@ |
| namespace blink { |
| +using namespace cssvalue; |
| + |
| static const CSSPropertyID& textDecorationPropertyForEditing() { |
| static const CSSPropertyID property = |
| RuntimeEnabledFeatures::css3TextDecorationsEnabled() |