| Index: Source/web/WebDOMMessageEvent.cpp
|
| diff --git a/Source/web/WebDOMMessageEvent.cpp b/Source/web/WebDOMMessageEvent.cpp
|
| index 911e63bd0a7d3e5c02dc574b07922fcbb881c79a..0e76871d536bf89e9aab8c6b19cc3b07492f8c5c 100644
|
| --- a/Source/web/WebDOMMessageEvent.cpp
|
| +++ b/Source/web/WebDOMMessageEvent.cpp
|
| @@ -41,8 +41,6 @@
|
| #include "public/web/WebSerializedScriptValue.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|
| -using namespace blink;
|
| -
|
| 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)
|
|
|