<!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>[159994] 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/159994">159994</a></dd>
<dt>Author</dt> <dd>zandobersek@gmail.com</dd>
<dt>Date</dt> <dd>2013-12-03 00:01:17 -0800 (Tue, 03 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Build fixes for GCC-using ports after <a href="http://trac.webkit.org/projects/webkit/changeset/159965">r159965</a> and later
https://bugs.webkit.org/show_bug.cgi?id=125136

GCC doesn't process API::ClientTraits template instantiations unless they're done
inside the API namespace.

* Shared/WebConnectionClient.h:
* UIProcess/Notifications/WebNotificationProvider.h:
* UIProcess/WebContextClient.h:
* UIProcess/WebContextConnectionClient.h:
* UIProcess/WebContextInjectedBundleClient.h:
* UIProcess/WebCookieManagerProxyClient.h:
* UIProcess/WebDatabaseManagerProxyClient.h:
* UIProcess/WebDownloadClient.h:
* UIProcess/WebFindClient.h:
* UIProcess/WebFormClient.h:
* UIProcess/WebGeolocationProvider.h:
* UIProcess/WebHistoryClient.h:
* UIProcess/WebIconDatabaseClient.h:
* UIProcess/WebLoaderClient.h:
* UIProcess/WebOriginDataManagerProxyChangeClient.h:
* UIProcess/WebPageContextMenuClient.h:
* UIProcess/WebPolicyClient.h:
* UIProcess/WebUIClient.h:
* WebProcess/InjectedBundle/InjectedBundleClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageFormClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h:
* WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h:
* WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2SharedWebConnectionClienth">trunk/Source/WebKit2/Shared/WebConnectionClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNotificationsWebNotificationProviderh">trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextClienth">trunk/Source/WebKit2/UIProcess/WebContextClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextConnectionClienth">trunk/Source/WebKit2/UIProcess/WebContextConnectionClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextInjectedBundleClienth">trunk/Source/WebKit2/UIProcess/WebContextInjectedBundleClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebCookieManagerProxyClienth">trunk/Source/WebKit2/UIProcess/WebCookieManagerProxyClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebDatabaseManagerProxyClienth">trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxyClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebDownloadClienth">trunk/Source/WebKit2/UIProcess/WebDownloadClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFindClienth">trunk/Source/WebKit2/UIProcess/WebFindClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFormClienth">trunk/Source/WebKit2/UIProcess/WebFormClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebGeolocationProviderh">trunk/Source/WebKit2/UIProcess/WebGeolocationProvider.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebHistoryClienth">trunk/Source/WebKit2/UIProcess/WebHistoryClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebIconDatabaseClienth">trunk/Source/WebKit2/UIProcess/WebIconDatabaseClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebLoaderClienth">trunk/Source/WebKit2/UIProcess/WebLoaderClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebOriginDataManagerProxyChangeClienth">trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxyChangeClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageContextMenuClienth">trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPolicyClienth">trunk/Source/WebKit2/UIProcess/WebPolicyClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebUIClienth">trunk/Source/WebKit2/UIProcess/WebUIClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageContextMenuClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageEditorClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFormClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFullScreenClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageLoaderClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePagePolicyClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageResourceLoadClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageUIClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/ChangeLog        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -1,3 +1,40 @@
</span><ins>+2013-12-02  Zan Dobersek  &lt;zdobersek@igalia.com&gt;
+
+        Build fixes for GCC-using ports after r159965 and later
+        https://bugs.webkit.org/show_bug.cgi?id=125136
+
+        GCC doesn't process API::ClientTraits template instantiations unless they're done
+        inside the API namespace.
+
+        * Shared/WebConnectionClient.h:
+        * UIProcess/Notifications/WebNotificationProvider.h:
+        * UIProcess/WebContextClient.h:
+        * UIProcess/WebContextConnectionClient.h:
+        * UIProcess/WebContextInjectedBundleClient.h:
+        * UIProcess/WebCookieManagerProxyClient.h:
+        * UIProcess/WebDatabaseManagerProxyClient.h:
+        * UIProcess/WebDownloadClient.h:
+        * UIProcess/WebFindClient.h:
+        * UIProcess/WebFormClient.h:
+        * UIProcess/WebGeolocationProvider.h:
+        * UIProcess/WebHistoryClient.h:
+        * UIProcess/WebIconDatabaseClient.h:
+        * UIProcess/WebLoaderClient.h:
+        * UIProcess/WebOriginDataManagerProxyChangeClient.h:
+        * UIProcess/WebPageContextMenuClient.h:
+        * UIProcess/WebPolicyClient.h:
+        * UIProcess/WebUIClient.h:
+        * WebProcess/InjectedBundle/InjectedBundleClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageFormClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h:
+        * WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:
+
</ins><span class="cx"> 2013-12-02  Dan Bernstein  &lt;mitz@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Build fix.
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebConnectionClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebConnectionClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebConnectionClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/Shared/WebConnectionClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,12 +30,12 @@
</span><span class="cx"> #include &quot;WKConnectionRef.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKConnectionClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKConnectionClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKConnectionClientV0&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNotificationsWebNotificationProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -31,9 +31,11 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKNotificationProviderBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKNotificationProviderBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKNotificationProviderV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContextClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContextClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebContextClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -29,12 +29,12 @@
</span><span class="cx"> #include &quot;APIClient.h&quot;
</span><span class="cx"> #include &quot;WKContext.h&quot;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKContextClientBase&gt; {
</del><ins>+namespace API {
+class Array;
+
+template&lt;&gt; struct ClientTraits&lt;WKContextClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKContextClientV0&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Array;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextConnectionClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContextConnectionClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContextConnectionClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebContextConnectionClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -29,9 +29,11 @@
</span><span class="cx"> #include &quot;APIClient.h&quot;
</span><span class="cx"> #include &quot;WKContext.h&quot;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKContextConnectionClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKContextConnectionClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKContextConnectionClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextInjectedBundleClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContextInjectedBundleClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContextInjectedBundleClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebContextInjectedBundleClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,12 +30,12 @@
</span><span class="cx"> #include &quot;WKContext.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKContextInjectedBundleClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKContextInjectedBundleClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKContextInjectedBundleClientV0, WKContextInjectedBundleClientV1&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebCookieManagerProxyClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxyClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxyClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxyClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKCookieManager.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKCookieManagerClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKCookieManagerClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKCookieManagerClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebDatabaseManagerProxyClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxyClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxyClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxyClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKDatabaseManager.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKDatabaseManagerClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKDatabaseManagerClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKDatabaseManagerClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebDownloadClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebDownloadClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebDownloadClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebDownloadClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKContext.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKContextDownloadClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKContextDownloadClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKContextDownloadClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     class ResourceError;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFindClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFindClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFindClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebFindClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,16 +30,16 @@
</span><span class="cx"> #include &quot;WKPage.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageFindClientBase&gt; {
</del><ins>+namespace API {
+class Array;
+
+template&lt;&gt; struct ClientTraits&lt;WKPageFindClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageFindClientV0&gt; Versions;
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageFindMatchesClientBase&gt; {
</del><ins>+template&lt;&gt; struct ClientTraits&lt;WKPageFindMatchesClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageFindMatchesClientV0&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Array;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFormClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFormClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFormClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebFormClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageFormClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKPageFormClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageFormClientV0&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebGeolocationProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebGeolocationProvider.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebGeolocationProvider.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebGeolocationProvider.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKGeolocationManager.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKGeolocationProviderBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKGeolocationProviderBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKGeolocationProviderV0, WKGeolocationProviderV1&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebHistoryClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebHistoryClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebHistoryClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebHistoryClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKContext.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKContextHistoryClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKContextHistoryClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKContextHistoryClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebIconDatabaseClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebIconDatabaseClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebIconDatabaseClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebIconDatabaseClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -29,9 +29,11 @@
</span><span class="cx"> #include &quot;APIClient.h&quot;
</span><span class="cx"> #include &quot;WKIconDatabase.h&quot;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKIconDatabaseClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKIconDatabaseClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKIconDatabaseClientV0, WKIconDatabaseClientV1&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebLoaderClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebLoaderClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebLoaderClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -35,12 +35,12 @@
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageLoaderClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKPageLoaderClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageLoaderClientV0, WKPageLoaderClientV1, WKPageLoaderClientV2, WKPageLoaderClientV3&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebOriginDataManagerProxyChangeClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxyChangeClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxyChangeClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxyChangeClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,9 +30,11 @@
</span><span class="cx"> #include &quot;WKOriginDataManager.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKOriginDataManagerChangeClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKOriginDataManagerChangeClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKOriginDataManagerChangeClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -34,9 +34,11 @@
</span><span class="cx"> #include &lt;WebCore/IntPoint.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageContextMenuClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKPageContextMenuClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageContextMenuClientV0, WKPageContextMenuClientV1, WKPageContextMenuClientV2, WKPageContextMenuClientV3&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPolicyClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPolicyClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPolicyClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebPolicyClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &lt;WebCore/FrameLoaderTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPagePolicyClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKPagePolicyClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPagePolicyClientV0, WKPagePolicyClientV1&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebUIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebUIClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebUIClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/UIProcess/WebUIClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -34,9 +34,11 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKPageUIClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKPageUIClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKPageUIClientV0, WKPageUIClientV1, WKPageUIClientV2&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     class FloatRect;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -30,12 +30,12 @@
</span><span class="cx"> #include &quot;WKBundle.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundleClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKBundleClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundleClientV0, WKBundleClientV1&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &quot;WKBundlePage.h&quot;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageContextMenuClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageContextMenuClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageContextMenuClientV0&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageDiagnosticLoggingClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -31,9 +31,11 @@
</span><span class="cx"> #include &lt;JavaScriptCore/JSBase.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageDiagnosticLoggingClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageDiagnosticLoggingClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageDiagnosticLoggingClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageEditorClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -33,9 +33,11 @@
</span><span class="cx"> #include &lt;WebCore/TextAffinity.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageEditorClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageEditorClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageEditorClientV0, WKBundlePageEditorClientV1&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     class CSSStyleDeclaration;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFormClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageFormClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageFormClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageFormClientV0, WKBundlePageFormClientV1, WKBundlePageFormClientV2&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFullScreenClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -33,9 +33,11 @@
</span><span class="cx"> #include &quot;WebEvent.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageFullScreenClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageFullScreenClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageFullScreenClientV0, WKBundlePageFullScreenClientV1&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class Element;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -36,11 +36,11 @@
</span><span class="cx"> 
</span><span class="cx"> namespace API {
</span><span class="cx"> class Object;
</span><del>-}
</del><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageLoaderClientBase&gt; {
</del><ins>+template&lt;&gt; struct ClientTraits&lt;WKBundlePageLoaderClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageLoaderClientV0, WKBundlePageLoaderClientV1, WKBundlePageLoaderClientV2, WKBundlePageLoaderClientV3, WKBundlePageLoaderClientV4, WKBundlePageLoaderClientV5, WKBundlePageLoaderClientV6, WKBundlePageLoaderClientV7&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class DOMWindowExtension;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePagePolicyClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -31,9 +31,11 @@
</span><span class="cx"> #include &quot;WKBundlePage.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePagePolicyClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKBundlePagePolicyClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePagePolicyClientV0&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     class ResourceError;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageResourceLoadClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,9 +32,11 @@
</span><span class="cx"> #include &lt;JavaScriptCore/JSBase.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageResourceLoadClientBase&gt; {
</del><ins>+namespace API {
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageResourceLoadClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageResourceLoadClientV0, WKBundlePageResourceLoadClientV1&gt; Versions;
</span><span class="cx"> };
</span><ins>+}
</ins><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class ResourceError;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageUIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h (159993 => 159994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h        2013-12-03 06:20:39 UTC (rev 159993)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h        2013-12-03 08:01:17 UTC (rev 159994)
</span><span class="lines">@@ -32,12 +32,12 @@
</span><span class="cx"> #include &lt;WebCore/RenderSnapshottedPlugIn.h&gt;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><del>-template&lt;&gt; struct API::ClientTraits&lt;WKBundlePageUIClientBase&gt; {
</del><ins>+namespace API {
+class Object;
+
+template&lt;&gt; struct ClientTraits&lt;WKBundlePageUIClientBase&gt; {
</ins><span class="cx">     typedef std::tuple&lt;WKBundlePageUIClientV0, WKBundlePageUIClientV1, WKBundlePageUIClientV2&gt; Versions;
</span><span class="cx"> };
</span><del>-
-namespace API {
-class Object;
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span></span></pre>
</div>
</div>

</body>
</html>