| Index: Source/platform/geometry/FloatPoint3D.cpp
|
| diff --git a/Source/platform/geometry/FloatPoint3D.cpp b/Source/platform/geometry/FloatPoint3D.cpp
|
| index 63d1763009be06cf01563061158e8466b022ffb1..d3c45c1c5cffc76e3f2d2f9608ec10dbcc41d0ff 100644
|
| --- a/Source/platform/geometry/FloatPoint3D.cpp
|
| +++ b/Source/platform/geometry/FloatPoint3D.cpp
|
| @@ -25,7 +25,7 @@
|
|
|
| #include <math.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void FloatPoint3D::normalize()
|
| {
|
| @@ -38,5 +38,5 @@ void FloatPoint3D::normalize()
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|