| Index: Source/platform/FloatConversion.h
|
| diff --git a/Source/platform/FloatConversion.h b/Source/platform/FloatConversion.h
|
| index 69df52c7b30421a2982558c80adb63cadfc04f18..c02fc687f2b4a589b456f55aae22ea4e468c9eb0 100644
|
| --- a/Source/platform/FloatConversion.h
|
| +++ b/Source/platform/FloatConversion.h
|
| @@ -29,7 +29,7 @@
|
| #ifndef FloatConversion_h
|
| #define FloatConversion_h
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<typename T>
|
| float narrowPrecisionToFloat(T);
|
| @@ -40,6 +40,6 @@ inline float narrowPrecisionToFloat(double number)
|
| return static_cast<float>(number);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FloatConversion_h
|
|
|