| Index: Source/web/WebDOMMessageEvent.cpp
|
| diff --git a/Source/web/WebDOMMessageEvent.cpp b/Source/web/WebDOMMessageEvent.cpp
|
| index 0764478765f334395e7f0cd67d7f43192f3564a3..87754e5c4824849ef000a83dd07a800e06798377 100644
|
| --- a/Source/web/WebDOMMessageEvent.cpp
|
| +++ b/Source/web/WebDOMMessageEvent.cpp
|
| @@ -43,7 +43,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebDOMMessageEvent::initMessageEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData, const WebString& origin, const WebFrame* sourceFrame, const WebString& lastEventId, const WebMessagePortChannelArray& webChannels)
|
| {
|
| @@ -83,4 +83,4 @@ WebMessagePortChannelArray WebDOMMessageEvent::releaseChannels()
|
| return webChannels;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|