| Index: Source/platform/PlatformKeyboardEvent.cpp
|
| diff --git a/Source/platform/PlatformKeyboardEvent.cpp b/Source/platform/PlatformKeyboardEvent.cpp
|
| index 1faa729c3f3e79d0b8be84aee877320adae84dce..c784428de3b6166c2a31ea8a8024c0b774488c5a 100644
|
| --- a/Source/platform/PlatformKeyboardEvent.cpp
|
| +++ b/Source/platform/PlatformKeyboardEvent.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "platform/NotImplemented.h"
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #if OS(WIN)
|
| static const unsigned short HIGHBITMASKSHORT = 0x8000;
|
| @@ -106,4 +106,4 @@ void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKe
|
| #endif
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|