| Index: Source/web/WebDOMEvent.cpp
|
| diff --git a/Source/web/WebDOMEvent.cpp b/Source/web/WebDOMEvent.cpp
|
| index 3adf2cde90e3f14184052e14f5c3395eebb5c23d..1d8e159768eec5432fe39749368053aafca208c3 100644
|
| --- a/Source/web/WebDOMEvent.cpp
|
| +++ b/Source/web/WebDOMEvent.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "core/events/Event.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDOMEventPrivate : public WebCore::Event {
|
| };
|
| @@ -204,4 +204,4 @@ bool WebDOMEvent::isBeforeLoadEvent() const
|
| return m_private->hasInterface(WebCore::EventNames::BeforeLoadEvent);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|