| Index: Source/bindings/core/v8/ExceptionMessages.h
|
| diff --git a/Source/bindings/core/v8/ExceptionMessages.h b/Source/bindings/core/v8/ExceptionMessages.h
|
| index a74819b397081d1395303b1b0f5a53c5a3fd1333..5d85868f2ee1c9742d88138723de7a0dbe5cf042 100644
|
| --- a/Source/bindings/core/v8/ExceptionMessages.h
|
| +++ b/Source/bindings/core/v8/ExceptionMessages.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Decimal;
|
|
|
| @@ -159,6 +159,6 @@ private:
|
| template <> String ExceptionMessages::formatNumber<float>(float number);
|
| template <> String ExceptionMessages::formatNumber<double>(double number);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ExceptionMessages_h
|
|
|