Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / Decimal.cpp
index f0ec03c..9324409 100644 (file)
@@ -38,7 +38,7 @@
 #include <algorithm>
 #include <float.h>
 
-namespace WebCore {
+namespace blink {
 
 namespace DecimalPrivate {
 
@@ -1023,4 +1023,4 @@ Decimal Decimal::zero(Sign sign)
     return Decimal(EncodedData(sign, EncodedData::ClassZero));
 }
 
-} // namespace WebCore
+} // namespace blink