| Index: Source/platform/exported/Platform.cpp
|
| diff --git a/Source/platform/exported/Platform.cpp b/Source/platform/exported/Platform.cpp
|
| index bf87d3e7323a8f979399f7b6f3f71a064a038060..7973183f8a251770df58646058a044e8f9364f86 100644
|
| --- a/Source/platform/exported/Platform.cpp
|
| +++ b/Source/platform/exported/Platform.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "public/platform/Platform.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| static Platform* s_platform = 0;
|
|
|
| @@ -50,4 +50,4 @@ Platform* Platform::current()
|
| return s_platform;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|