Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSInheritedValue.cpp
index 1fdb418..510940f 100644 (file)
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 String CSSInheritedValue::customCSSText() const
 {
     return "inherit";
 }
 
-} // namespace WebCore
+} // namespace blink