Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp

Issue 2367663002: [WIP] Attempt to move everything cssom into a cssom namespace (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp
index 7dc753c748243f40c1a027c9735d15c987f6ac31..2c9981b84a62baaf9293c2271988e4f1510a05dd 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.cpp
@@ -8,6 +8,7 @@
#include "core/css/parser/CSSParser.h"
namespace blink {
+namespace cssom {
const CSSValue* CSSUnsupportedStyleValue::toCSSValue() const
{
@@ -20,4 +21,6 @@ const CSSValue* CSSUnsupportedStyleValue::toCSSValueWithProperty(CSSPropertyID p
return CSSParser::parseSingleValue(propertyID, m_cssText, strictCSSParserContext());
}
+} // namespace cssom
} // namespace blink
+

Powered by Google App Engine
This is Rietveld 408576698