Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / StyleSurroundData.cpp
index 337dcad..1a3ae46 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #include "core/rendering/style/StyleSurroundData.h"
 
-namespace WebCore {
+namespace blink {
 
 StyleSurroundData::StyleSurroundData()
     : margin(Fixed)
@@ -44,4 +44,4 @@ bool StyleSurroundData::operator==(const StyleSurroundData& o) const
     return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
 }
 
-} // namespace WebCore
+} // namespace blink