| Index: Source/modules/push_messaging/PushEvent.cpp
|
| diff --git a/Source/modules/push_messaging/PushEvent.cpp b/Source/modules/push_messaging/PushEvent.cpp
|
| index 6e54fa6f5b8f6acd9baf2c02e76766dffb6d4559..d8bb8d790644641ae63a83eb3878190a766beb33 100644
|
| --- a/Source/modules/push_messaging/PushEvent.cpp
|
| +++ b/Source/modules/push_messaging/PushEvent.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "config.h"
|
| #include "modules/push_messaging/PushEvent.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PushEventInit::PushEventInit()
|
| {
|
| @@ -39,4 +39,4 @@ const AtomicString& PushEvent::interfaceName() const
|
| return EventNames::PushEvent;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|