| Index: Source/platform/Decimal.cpp
|
| diff --git a/Source/platform/Decimal.cpp b/Source/platform/Decimal.cpp
|
| index f0ec03cb44dbff8fb61deb6348910fee3435b210..93244091171c31638821b69651d5a1bf9fce3f2f 100644
|
| --- a/Source/platform/Decimal.cpp
|
| +++ b/Source/platform/Decimal.cpp
|
| @@ -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
|
|
|