| Index: Source/modules/geolocation/Coordinates.cpp
|
| diff --git a/Source/modules/geolocation/Coordinates.cpp b/Source/modules/geolocation/Coordinates.cpp
|
| index 04dfe099806183633b2e655f71d4f46141a91ac1..14dcf5d657499b1d65f948d86b3d809f8e4587f4 100644
|
| --- a/Source/modules/geolocation/Coordinates.cpp
|
| +++ b/Source/modules/geolocation/Coordinates.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/geolocation/Coordinates.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| double Coordinates::altitude(bool& isNull) const
|
| {
|
| @@ -64,4 +64,4 @@ double Coordinates::speed(bool& isNull) const
|
| return 0;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|