<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[160464] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/160464">160464</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2013-12-11 15:36:53 -0800 (Wed, 11 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>MessageReceiverMap should take MessageReceiver objects by reference
https://bugs.webkit.org/show_bug.cgi?id=125605

Reviewed by Tim Horton.

* Platform/CoreIPC/MessageReceiverMap.cpp:
(CoreIPC::MessageReceiverMap::addMessageReceiver):
* Platform/CoreIPC/MessageReceiverMap.h:
* Shared/Authentication/AuthenticationManager.cpp:
(WebKit::AuthenticationManager::AuthenticationManager):
* Shared/ChildProcess.cpp:
(WebKit::ChildProcess::addMessageReceiver):
* Shared/ChildProcess.h:
* Shared/ChildProcessProxy.cpp:
(WebKit::ChildProcessProxy::addMessageReceiver):
* Shared/ChildProcessProxy.h:
* UIProcess/Downloads/DownloadProxyMap.cpp:
(WebKit::DownloadProxyMap::createDownloadProxy):
* UIProcess/DrawingAreaProxy.cpp:
(WebKit::DrawingAreaProxy::DrawingAreaProxy):
* UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm:
(WebKit::CustomProtocolManagerProxy::CustomProtocolManagerProxy):
* UIProcess/WebApplicationCacheManagerProxy.cpp:
(WebKit::WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy):
* UIProcess/WebConnectionToWebProcess.cpp:
(WebKit::WebConnectionToWebProcess::WebConnectionToWebProcess):
* UIProcess/WebContext.cpp:
(WebKit::WebContext::WebContext):
(WebKit::WebContext::addMessageReceiver):
* UIProcess/WebContext.h:
* UIProcess/WebCookieManagerProxy.cpp:
(WebKit::WebCookieManagerProxy::WebCookieManagerProxy):
* UIProcess/WebDatabaseManagerProxy.cpp:
(WebKit::WebDatabaseManagerProxy::WebDatabaseManagerProxy):
* UIProcess/WebFullScreenManagerProxy.cpp:
(WebKit::WebFullScreenManagerProxy::WebFullScreenManagerProxy):
* UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::WebGeolocationManagerProxy):
* UIProcess/WebIconDatabase.cpp:
(WebKit::WebIconDatabase::WebIconDatabase):
* UIProcess/WebInspectorProxy.cpp:
(WebKit::WebInspectorProxy::WebInspectorProxy):
* UIProcess/WebMediaCacheManagerProxy.cpp:
(WebKit::WebMediaCacheManagerProxy::WebMediaCacheManagerProxy):
* UIProcess/WebOriginDataManagerProxy.cpp:
(WebKit::WebOriginDataManagerProxy::WebOriginDataManagerProxy):
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::WebPageProxy):
(WebKit::WebPageProxy::reattachToWebProcess):
* UIProcess/WebResourceCacheManagerProxy.cpp:
(WebKit::WebResourceCacheManagerProxy::WebResourceCacheManagerProxy):
* UIProcess/mac/RemoteLayerTreeHost.mm:
(WebKit::RemoteLayerTreeHost::RemoteLayerTreeHost):
* WebProcess/ApplicationCache/WebApplicationCacheManager.cpp:
(WebKit::WebApplicationCacheManager::WebApplicationCacheManager):
* WebProcess/Cookies/WebCookieManager.cpp:
(WebKit::WebCookieManager::WebCookieManager):
* WebProcess/Geolocation/WebGeolocationManager.cpp:
(WebKit::WebGeolocationManager::WebGeolocationManager):
* WebProcess/IconDatabase/WebIconDatabaseProxy.cpp:
(WebKit::WebIconDatabaseProxy::WebIconDatabaseProxy):
* WebProcess/MediaCache/WebMediaCacheManager.cpp:
(WebKit::WebMediaCacheManager::WebMediaCacheManager):
* WebProcess/Notifications/WebNotificationManager.cpp:
(WebKit::WebNotificationManager::WebNotificationManager):
* WebProcess/OriginData/WebOriginDataManager.cpp:
(WebKit::WebOriginDataManager::WebOriginDataManager):
* WebProcess/ResourceCache/WebResourceCacheManager.cpp:
(WebKit::WebResourceCacheManager::WebResourceCacheManager):
* WebProcess/Storage/StorageAreaMap.cpp:
(WebKit::StorageAreaMap::StorageAreaMap):
* WebProcess/WebConnectionToUIProcess.cpp:
(WebKit::WebConnectionToUIProcess::WebConnectionToUIProcess):
* WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
(WebKit::WebDatabaseManager::WebDatabaseManager):
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::WebPage):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2PlatformCoreIPCMessageReceiverMapcpp">trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformCoreIPCMessageReceiverMaph">trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAuthenticationAuthenticationManagercpp">trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcesscpp">trunk/Source/WebKit2/Shared/ChildProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessh">trunk/Source/WebKit2/Shared/ChildProcess.h</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxycpp">trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxyh">trunk/Source/WebKit2/Shared/ChildProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDownloadsDownloadProxyMapcpp">trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxyMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessDrawingAreaProxycpp">trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNetworkCustomProtocolsmacCustomProtocolManagerProxyMacmm">trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebConnectionToWebProcesscpp">trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextcpp">trunk/Source/WebKit2/UIProcess/WebContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContexth">trunk/Source/WebKit2/UIProcess/WebContext.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebCookieManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebDatabaseManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFullScreenManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebGeolocationManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebIconDatabasecpp">trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebInspectorProxycpp">trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebMediaCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebOriginDataManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageProxycpp">trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacRemoteLayerTreeHostmm">trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessApplicationCacheWebApplicationCacheManagercpp">trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessCookiesWebCookieManagercpp">trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessGeolocationWebGeolocationManagercpp">trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxycpp">trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessMediaCacheWebMediaCacheManagercpp">trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessNotificationsWebNotificationManagercpp">trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessOriginDataWebOriginDataManagercpp">trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessResourceCacheWebResourceCacheManagercpp">trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessStorageStorageAreaMapcpp">trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebConnectionToUIProcesscpp">trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebDatabaseManagercpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPagecpp">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/ChangeLog        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -1,3 +1,83 @@
</span><ins>+2013-12-11  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        MessageReceiverMap should take MessageReceiver objects by reference
+        https://bugs.webkit.org/show_bug.cgi?id=125605
+
+        Reviewed by Tim Horton.
+
+        * Platform/CoreIPC/MessageReceiverMap.cpp:
+        (CoreIPC::MessageReceiverMap::addMessageReceiver):
+        * Platform/CoreIPC/MessageReceiverMap.h:
+        * Shared/Authentication/AuthenticationManager.cpp:
+        (WebKit::AuthenticationManager::AuthenticationManager):
+        * Shared/ChildProcess.cpp:
+        (WebKit::ChildProcess::addMessageReceiver):
+        * Shared/ChildProcess.h:
+        * Shared/ChildProcessProxy.cpp:
+        (WebKit::ChildProcessProxy::addMessageReceiver):
+        * Shared/ChildProcessProxy.h:
+        * UIProcess/Downloads/DownloadProxyMap.cpp:
+        (WebKit::DownloadProxyMap::createDownloadProxy):
+        * UIProcess/DrawingAreaProxy.cpp:
+        (WebKit::DrawingAreaProxy::DrawingAreaProxy):
+        * UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm:
+        (WebKit::CustomProtocolManagerProxy::CustomProtocolManagerProxy):
+        * UIProcess/WebApplicationCacheManagerProxy.cpp:
+        (WebKit::WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy):
+        * UIProcess/WebConnectionToWebProcess.cpp:
+        (WebKit::WebConnectionToWebProcess::WebConnectionToWebProcess):
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::WebContext):
+        (WebKit::WebContext::addMessageReceiver):
+        * UIProcess/WebContext.h:
+        * UIProcess/WebCookieManagerProxy.cpp:
+        (WebKit::WebCookieManagerProxy::WebCookieManagerProxy):
+        * UIProcess/WebDatabaseManagerProxy.cpp:
+        (WebKit::WebDatabaseManagerProxy::WebDatabaseManagerProxy):
+        * UIProcess/WebFullScreenManagerProxy.cpp:
+        (WebKit::WebFullScreenManagerProxy::WebFullScreenManagerProxy):
+        * UIProcess/WebGeolocationManagerProxy.cpp:
+        (WebKit::WebGeolocationManagerProxy::WebGeolocationManagerProxy):
+        * UIProcess/WebIconDatabase.cpp:
+        (WebKit::WebIconDatabase::WebIconDatabase):
+        * UIProcess/WebInspectorProxy.cpp:
+        (WebKit::WebInspectorProxy::WebInspectorProxy):
+        * UIProcess/WebMediaCacheManagerProxy.cpp:
+        (WebKit::WebMediaCacheManagerProxy::WebMediaCacheManagerProxy):
+        * UIProcess/WebOriginDataManagerProxy.cpp:
+        (WebKit::WebOriginDataManagerProxy::WebOriginDataManagerProxy):
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::WebPageProxy):
+        (WebKit::WebPageProxy::reattachToWebProcess):
+        * UIProcess/WebResourceCacheManagerProxy.cpp:
+        (WebKit::WebResourceCacheManagerProxy::WebResourceCacheManagerProxy):
+        * UIProcess/mac/RemoteLayerTreeHost.mm:
+        (WebKit::RemoteLayerTreeHost::RemoteLayerTreeHost):
+        * WebProcess/ApplicationCache/WebApplicationCacheManager.cpp:
+        (WebKit::WebApplicationCacheManager::WebApplicationCacheManager):
+        * WebProcess/Cookies/WebCookieManager.cpp:
+        (WebKit::WebCookieManager::WebCookieManager):
+        * WebProcess/Geolocation/WebGeolocationManager.cpp:
+        (WebKit::WebGeolocationManager::WebGeolocationManager):
+        * WebProcess/IconDatabase/WebIconDatabaseProxy.cpp:
+        (WebKit::WebIconDatabaseProxy::WebIconDatabaseProxy):
+        * WebProcess/MediaCache/WebMediaCacheManager.cpp:
+        (WebKit::WebMediaCacheManager::WebMediaCacheManager):
+        * WebProcess/Notifications/WebNotificationManager.cpp:
+        (WebKit::WebNotificationManager::WebNotificationManager):
+        * WebProcess/OriginData/WebOriginDataManager.cpp:
+        (WebKit::WebOriginDataManager::WebOriginDataManager):
+        * WebProcess/ResourceCache/WebResourceCacheManager.cpp:
+        (WebKit::WebResourceCacheManager::WebResourceCacheManager):
+        * WebProcess/Storage/StorageAreaMap.cpp:
+        (WebKit::StorageAreaMap::StorageAreaMap):
+        * WebProcess/WebConnectionToUIProcess.cpp:
+        (WebKit::WebConnectionToUIProcess::WebConnectionToUIProcess):
+        * WebProcess/WebCoreSupport/WebDatabaseManager.cpp:
+        (WebKit::WebDatabaseManager::WebDatabaseManager):
+        * WebProcess/WebPage/WebPage.cpp:
+        (WebKit::WebPage::WebPage):
+
</ins><span class="cx"> 2013-12-11  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformCoreIPCMessageReceiverMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -39,18 +39,18 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void MessageReceiverMap::addMessageReceiver(StringReference messageReceiverName, MessageReceiver* messageReceiver)
</del><ins>+void MessageReceiverMap::addMessageReceiver(StringReference messageReceiverName, MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_globalMessageReceivers.contains(messageReceiverName));
</span><del>-    m_globalMessageReceivers.set(messageReceiverName, messageReceiver);
</del><ins>+    m_globalMessageReceivers.set(messageReceiverName, &amp;messageReceiver);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-void MessageReceiverMap::addMessageReceiver(StringReference messageReceiverName, uint64_t destinationID, MessageReceiver* messageReceiver)
</del><ins>+void MessageReceiverMap::addMessageReceiver(StringReference messageReceiverName, uint64_t destinationID, MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(!m_messageReceivers.contains(std::make_pair(messageReceiverName, destinationID)));
</span><span class="cx">     ASSERT(!m_globalMessageReceivers.contains(messageReceiverName));
</span><span class="cx"> 
</span><del>-    m_messageReceivers.set(std::make_pair(messageReceiverName, destinationID), messageReceiver);
</del><ins>+    m_messageReceivers.set(std::make_pair(messageReceiverName, destinationID), &amp;messageReceiver);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MessageReceiverMap::removeMessageReceiver(StringReference messageReceiverName)
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformCoreIPCMessageReceiverMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -42,8 +42,8 @@
</span><span class="cx">     MessageReceiverMap();
</span><span class="cx">     ~MessageReceiverMap();
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(StringReference messageReceiverName, MessageReceiver*);
-    void addMessageReceiver(StringReference messageReceiverName, uint64_t destinationID, MessageReceiver*);
</del><ins>+    void addMessageReceiver(StringReference messageReceiverName, MessageReceiver&amp;);
+    void addMessageReceiver(StringReference messageReceiverName, uint64_t destinationID, MessageReceiver&amp;);
</ins><span class="cx"> 
</span><span class="cx">     void removeMessageReceiver(StringReference messageReceiverName);
</span><span class="cx">     void removeMessageReceiver(StringReference messageReceiverName, uint64_t destinationID);
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAuthenticationAuthenticationManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> AuthenticationManager::AuthenticationManager(ChildProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::AuthenticationManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::AuthenticationManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> uint64_t AuthenticationManager::establishIdentifierForChallenge(const WebCore::AuthenticationChallenge&amp; authenticationChallenge)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcess.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcess.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Shared/ChildProcess.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -92,12 +92,12 @@
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void ChildProcess::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcess.h (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcess.h        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Shared/ChildProcess.h        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -57,8 +57,8 @@
</span><span class="cx">     void disableTermination();
</span><span class="cx">     void enableTermination();
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver*);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver*);
</del><ins>+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
</ins><span class="cx">     void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -85,12 +85,12 @@
</span><span class="cx">     return connection()-&gt;sendMessage(std::move(encoder), messageSendFlags);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void ChildProcessProxy::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.h (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -56,8 +56,8 @@
</span><span class="cx">         return m_connection.get();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver*);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver*);
</del><ins>+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
</ins><span class="cx">     void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</span><span class="cx"> 
</span><span class="cx">     bool isValid() const { return m_connection; }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDownloadsDownloadProxyMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxyMap.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxyMap.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/Downloads/DownloadProxyMap.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">     RefPtr&lt;DownloadProxy&gt; downloadProxy = DownloadProxy::create(*this, webContext);
</span><span class="cx">     m_downloads.set(downloadProxy-&gt;downloadID(), downloadProxy);
</span><span class="cx"> 
</span><del>-    m_process-&gt;addMessageReceiver(Messages::DownloadProxy::messageReceiverName(), downloadProxy-&gt;downloadID(), downloadProxy.get());
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::DownloadProxy::messageReceiverName(), downloadProxy-&gt;downloadID(), *downloadProxy);
</ins><span class="cx"> 
</span><span class="cx">     return downloadProxy.get();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessDrawingAreaProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">     , m_webPageProxy(webPageProxy)
</span><span class="cx">     , m_size(webPageProxy-&gt;viewSize())
</span><span class="cx"> {
</span><del>-    m_webPageProxy-&gt;process().addMessageReceiver(Messages::DrawingAreaProxy::messageReceiverName(), webPageProxy-&gt;pageID(), this);
</del><ins>+    m_webPageProxy-&gt;process().addMessageReceiver(Messages::DrawingAreaProxy::messageReceiverName(), webPageProxy-&gt;pageID(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> DrawingAreaProxy::~DrawingAreaProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNetworkCustomProtocolsmacCustomProtocolManagerProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/Network/CustomProtocols/mac/CustomProtocolManagerProxyMac.mm        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">     : m_childProcessProxy(childProcessProxy)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_childProcessProxy);
</span><del>-    m_childProcessProxy-&gt;addMessageReceiver(Messages::CustomProtocolManagerProxy::messageReceiverName(), this);
</del><ins>+    m_childProcessProxy-&gt;addMessageReceiver(Messages::CustomProtocolManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CustomProtocolManagerProxy::startLoading(uint64_t customProtocolID, const ResourceRequest&amp; coreRequest)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> WebApplicationCacheManagerProxy::WebApplicationCacheManagerProxy(WebContext* context)
</span><span class="cx">     : WebContextSupplement(context)
</span><span class="cx"> {
</span><del>-    context-&gt;addMessageReceiver(Messages::WebApplicationCacheManagerProxy::messageReceiverName(), this);
</del><ins>+    context-&gt;addMessageReceiver(Messages::WebApplicationCacheManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebApplicationCacheManagerProxy::~WebApplicationCacheManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebConnectionToWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebConnectionToWebProcess.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> WebConnectionToWebProcess::WebConnectionToWebProcess(WebProcessProxy* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebConnection::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebConnection::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebConnectionToWebProcess::invalidate()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContext.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -155,8 +155,8 @@
</span><span class="cx"> {
</span><span class="cx">     platformInitialize();
</span><span class="cx"> 
</span><del>-    addMessageReceiver(Messages::WebContext::messageReceiverName(), this);
-    addMessageReceiver(WebContextLegacyMessages::messageReceiverName(), this);
</del><ins>+    addMessageReceiver(Messages::WebContext::messageReceiverName(), *this);
+    addMessageReceiver(WebContextLegacyMessages::messageReceiverName(), *this);
</ins><span class="cx"> 
</span><span class="cx">     // NOTE: These sub-objects must be initialized after m_messageReceiverMap..
</span><span class="cx">     m_iconDatabase = WebIconDatabase::create(this);
</span><span class="lines">@@ -911,12 +911,12 @@
</span><span class="cx">     return ensureSharedWebProcess().createDownloadProxy();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, messageReceiver);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver* messageReceiver)
</del><ins>+void WebContext::addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp; messageReceiver)
</ins><span class="cx"> {
</span><span class="cx">     m_messageReceiverMap.addMessageReceiver(messageReceiverName, destinationID, messageReceiver);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContext.h (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContext.h        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebContext.h        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -115,8 +115,8 @@
</span><span class="cx">         m_supplements.add(T::supplementName(), T::create(this));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver*);
-    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver*);
</del><ins>+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, CoreIPC::MessageReceiver&amp;);
+    void addMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID, CoreIPC::MessageReceiver&amp;);
</ins><span class="cx">     void removeMessageReceiver(CoreIPC::StringReference messageReceiverName, uint64_t destinationID);
</span><span class="cx"> 
</span><span class="cx">     bool dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&amp;);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebCookieManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     , m_cookiePersistentStorageType(SoupCookiePersistentStorageSQLite)
</span><span class="cx"> #endif
</span><span class="cx"> {
</span><del>-    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebCookieManagerProxy::messageReceiverName(), this);
</del><ins>+    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebCookieManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebCookieManagerProxy::~WebCookieManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebDatabaseManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx"> WebDatabaseManagerProxy::WebDatabaseManagerProxy(WebContext* webContext)
</span><span class="cx">     : WebContextSupplement(webContext)
</span><span class="cx"> {
</span><del>-    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebDatabaseManagerProxy::messageReceiverName(), this);
</del><ins>+    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebDatabaseManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebDatabaseManagerProxy::~WebDatabaseManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFullScreenManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebFullScreenManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">     : m_page(&amp;page)
</span><span class="cx">     , m_client(&amp;client)
</span><span class="cx"> {
</span><del>-    m_page-&gt;process().addMessageReceiver(Messages::WebFullScreenManagerProxy::messageReceiverName(), m_page-&gt;pageID(), this);
</del><ins>+    m_page-&gt;process().addMessageReceiver(Messages::WebFullScreenManagerProxy::messageReceiverName(), m_page-&gt;pageID(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebFullScreenManagerProxy::~WebFullScreenManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebGeolocationManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebGeolocationManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> WebGeolocationManagerProxy::WebGeolocationManagerProxy(WebContext* context)
</span><span class="cx">     : WebContextSupplement(context)
</span><span class="cx"> {
</span><del>-    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebGeolocationManagerProxy::messageReceiverName(), this);
</del><ins>+    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebGeolocationManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebGeolocationManagerProxy::initializeProvider(const WKGeolocationProviderBase* provider)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebIconDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebIconDatabase.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">     , m_urlImportCompleted(false)
</span><span class="cx">     , m_databaseCleanupDisabled(false)
</span><span class="cx"> {
</span><del>-    m_webContext-&gt;addMessageReceiver(Messages::WebIconDatabase::messageReceiverName(), this);
</del><ins>+    m_webContext-&gt;addMessageReceiver(Messages::WebIconDatabase::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebIconDatabase::invalidate()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebInspectorProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> {
</span><span class="cx">     m_level = WebInspectorPageGroups::shared().inspectorLevel(m_page-&gt;pageGroup());
</span><del>-    m_page-&gt;process().addMessageReceiver(Messages::WebInspectorProxy::messageReceiverName(), m_page-&gt;pageID(), this);
</del><ins>+    m_page-&gt;process().addMessageReceiver(Messages::WebInspectorProxy::messageReceiverName(), m_page-&gt;pageID(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebInspectorProxy::~WebInspectorProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebMediaCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> WebMediaCacheManagerProxy::WebMediaCacheManagerProxy(WebContext* context)
</span><span class="cx">     : WebContextSupplement(context)
</span><span class="cx"> {
</span><del>-    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebMediaCacheManagerProxy::messageReceiverName(), this);
</del><ins>+    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebMediaCacheManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebMediaCacheManagerProxy::~WebMediaCacheManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebOriginDataManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -45,9 +45,9 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebOriginDataManagerProxy::WebOriginDataManagerProxy(WebContext* context)
</span><del>-: WebContextSupplement(context)
</del><ins>+    : WebContextSupplement(context)
</ins><span class="cx"> {
</span><del>-    context-&gt;addMessageReceiver(Messages::WebOriginDataManagerProxy::messageReceiverName(), this);
</del><ins>+    context-&gt;addMessageReceiver(Messages::WebOriginDataManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebOriginDataManagerProxy::~WebOriginDataManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -342,7 +342,7 @@
</span><span class="cx">     m_vibration = WebVibrationProxy::create(this);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebPageProxy::messageReceiverName(), m_pageID, this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebPageProxy::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: If we ever expose the session storage size as a preference, we need to pass it here.
</span><span class="cx">     m_process-&gt;context().storageManager().createSessionStorageNamespace(m_pageID, m_process-&gt;isValid() ? m_process-&gt;connection() : 0, std::numeric_limits&lt;unsigned&gt;::max());
</span><span class="lines">@@ -473,7 +473,7 @@
</span><span class="cx">     else
</span><span class="cx">         m_process = m_process-&gt;context().createNewWebProcessRespectingProcessCountLimit();
</span><span class="cx">     m_process-&gt;addExistingWebPage(this, m_pageID);
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebPageProxy::messageReceiverName(), m_pageID, this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebPageProxy::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx">     m_inspector = WebInspectorProxy::create(this);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> WebResourceCacheManagerProxy::WebResourceCacheManagerProxy(WebContext* webContext)
</span><span class="cx">     : WebContextSupplement(webContext)
</span><span class="cx"> {
</span><del>-    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebResourceCacheManagerProxy::messageReceiverName(), this);
</del><ins>+    WebContextSupplement::context()-&gt;addMessageReceiver(Messages::WebResourceCacheManagerProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebResourceCacheManagerProxy::~WebResourceCacheManagerProxy()
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacRemoteLayerTreeHostmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">     : m_webPageProxy(webPageProxy)
</span><span class="cx">     , m_rootLayer(nullptr)
</span><span class="cx"> {
</span><del>-    m_webPageProxy-&gt;process().addMessageReceiver(Messages::RemoteLayerTreeHost::messageReceiverName(), m_webPageProxy-&gt;pageID(), this);
</del><ins>+    m_webPageProxy-&gt;process().addMessageReceiver(Messages::RemoteLayerTreeHost::messageReceiverName(), m_webPageProxy-&gt;pageID(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RemoteLayerTreeHost::~RemoteLayerTreeHost()
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessApplicationCacheWebApplicationCacheManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> WebApplicationCacheManager::WebApplicationCacheManager(ChildProcess* childProcess)
</span><span class="cx">     : m_childProcess(childProcess)
</span><span class="cx"> {
</span><del>-    m_childProcess-&gt;addMessageReceiver(Messages::WebApplicationCacheManager::messageReceiverName(), this);
</del><ins>+    m_childProcess-&gt;addMessageReceiver(Messages::WebApplicationCacheManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebApplicationCacheManager::getApplicationCacheOrigins(uint64_t callbackID)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessCookiesWebCookieManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/Cookies/WebCookieManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> WebCookieManager::WebCookieManager(ChildProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebCookieManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebCookieManager::messageReceiverName(), *this);
</ins><span class="cx"> 
</span><span class="cx">     ASSERT(!sharedCookieManager);
</span><span class="cx">     sharedCookieManager = this;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessGeolocationWebGeolocationManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> WebGeolocationManager::WebGeolocationManager(WebProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebGeolocationManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebGeolocationManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebGeolocationManager::registerWebPage(WebPage* page)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessIconDatabaseWebIconDatabaseProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/IconDatabase/WebIconDatabaseProxy.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">     : m_isEnabled(false)
</span><span class="cx">     , m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebIconDatabaseProxy::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebIconDatabaseProxy::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool WebIconDatabaseProxy::isEnabled() const
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessMediaCacheWebMediaCacheManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/MediaCache/WebMediaCacheManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> WebMediaCacheManager::WebMediaCacheManager(WebProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebMediaCacheManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebMediaCacheManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebMediaCacheManager::getHostnamesWithMediaCache(uint64_t callbackID)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessNotificationsWebNotificationManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><span class="cx"> #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebNotificationManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebNotificationManager::messageReceiverName(), *this);
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessOriginDataWebOriginDataManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/OriginData/WebOriginDataManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> WebOriginDataManager::WebOriginDataManager(ChildProcess* childProcess)
</span><span class="cx">     : m_childProcess(childProcess)
</span><span class="cx"> {
</span><del>-    m_childProcess-&gt;addMessageReceiver(Messages::WebOriginDataManager::messageReceiverName(), this);
</del><ins>+    m_childProcess-&gt;addMessageReceiver(Messages::WebOriginDataManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebOriginDataManager::getOrigins(WKOriginDataTypes, uint64_t callbackID)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessResourceCacheWebResourceCacheManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> WebResourceCacheManager::WebResourceCacheManager(WebProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebResourceCacheManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebResourceCacheManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebResourceCacheManager::getCacheOrigins(uint64_t callbackID) const
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessStorageStorageAreaMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">         WebProcess::shared().parentProcessConnection()-&gt;send(Messages::StorageManager::CreateLocalStorageMap(m_storageMapID, storageNamespace-&gt;storageNamespaceID(), SecurityOriginData::fromSecurityOrigin(m_securityOrigin.get())), 0);
</span><span class="cx">     else
</span><span class="cx">         WebProcess::shared().parentProcessConnection()-&gt;send(Messages::StorageManager::CreateSessionStorageMap(m_storageMapID, storageNamespace-&gt;storageNamespaceID(), SecurityOriginData::fromSecurityOrigin(m_securityOrigin.get())), 0);
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::StorageAreaMap::messageReceiverName(), m_storageMapID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::StorageAreaMap::messageReceiverName(), m_storageMapID, *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> StorageAreaMap::~StorageAreaMap()
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebConnectionToUIProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/WebConnectionToUIProcess.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> WebConnectionToUIProcess::WebConnectionToUIProcess(WebProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebConnection::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebConnection::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebConnectionToUIProcess::invalidate()
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebDatabaseManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebDatabaseManager.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> WebDatabaseManager::WebDatabaseManager(WebProcess* process)
</span><span class="cx">     : m_process(process)
</span><span class="cx"> {
</span><del>-    m_process-&gt;addMessageReceiver(Messages::WebDatabaseManager::messageReceiverName(), this);
</del><ins>+    m_process-&gt;addMessageReceiver(Messages::WebDatabaseManager::messageReceiverName(), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebDatabaseManager::initialize(const WebProcessCreationParameters&amp; parameters)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (160463 => 160464)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2013-12-11 23:17:20 UTC (rev 160463)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2013-12-11 23:36:53 UTC (rev 160464)
</span><span class="lines">@@ -404,18 +404,18 @@
</span><span class="cx">     // We use the DidFirstLayout milestone to determine when to unfreeze the layer tree.
</span><span class="cx">     m_page-&gt;addLayoutMilestones(DidFirstLayout);
</span><span class="cx"> 
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::WebPage::messageReceiverName(), m_pageID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::WebPage::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: This should be done in the object constructors, and the objects themselves should be message receivers.
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::DrawingArea::messageReceiverName(), m_pageID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::DrawingArea::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> #if USE(COORDINATED_GRAPHICS)
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::CoordinatedLayerTreeHost::messageReceiverName(), m_pageID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::CoordinatedLayerTreeHost::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::WebInspector::messageReceiverName(), m_pageID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::WebInspector::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(FULLSCREEN_API)
</span><del>-    WebProcess::shared().addMessageReceiver(Messages::WebFullScreenManager::messageReceiverName(), m_pageID, this);
</del><ins>+    WebProcess::shared().addMessageReceiver(Messages::WebFullScreenManager::messageReceiverName(), m_pageID, *this);
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #ifndef NDEBUG
</span></span></pre>
</div>
</div>

</body>
</html>