Upstream version 8.37.183.0
[platform/framework/web/crosswalk.git] / src / xwalk / extensions / browser / xwalk_extension_process_host.cc
index 64bc023..8ac7e0d 100644 (file)
@@ -156,7 +156,7 @@ void XWalkExtensionProcessHost::StartProcess() {
 #if defined(OS_LINUX)
     std::string channel_id =
         IPC::Channel::GenerateVerifiedChannelID(std::string());
-    channel_ = IPC::Channel::CreateClient(channel_id, this);
+    channel_ = IPC::Channel::CreateServer(channel_id, this);
     if (!channel_->Connect())
       NOTREACHED();
     IPC::ChannelHandle channel_handle(channel_id,