| Index: Source/platform/Decimal.h
|
| diff --git a/Source/platform/Decimal.h b/Source/platform/Decimal.h
|
| index d908a167496a4b8f3707463c55390ded02bb3a76..874a8b65ebdf7e00a92349d4f4f6db485be45929 100644
|
| --- a/Source/platform/Decimal.h
|
| +++ b/Source/platform/Decimal.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <stdint.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace DecimalPrivate {
|
| class SpecialValueHandler;
|
| @@ -177,6 +177,6 @@ private:
|
| EncodedData m_data;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Decimal_h
|
|
|