<!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 <zdobersek@igalia.com>
+
+ 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 <mitz@apple.com>
</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 "WKConnectionRef.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKConnectionClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKConnectionClientBase> {
</ins><span class="cx"> typedef std::tuple<WKConnectionClientV0> 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 <wtf/Forward.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKNotificationProviderBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKNotificationProviderBase> {
</ins><span class="cx"> typedef std::tuple<WKNotificationProviderV0> 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 "APIClient.h"
</span><span class="cx"> #include "WKContext.h"
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKContextClientBase> {
</del><ins>+namespace API {
+class Array;
+
+template<> struct ClientTraits<WKContextClientBase> {
</ins><span class="cx"> typedef std::tuple<WKContextClientV0> 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 "APIClient.h"
</span><span class="cx"> #include "WKContext.h"
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKContextConnectionClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKContextConnectionClientBase> {
</ins><span class="cx"> typedef std::tuple<WKContextConnectionClientV0> 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 "WKContext.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKContextInjectedBundleClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKContextInjectedBundleClientBase> {
</ins><span class="cx"> typedef std::tuple<WKContextInjectedBundleClientV0, WKContextInjectedBundleClientV1> 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 "WKCookieManager.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKCookieManagerClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKCookieManagerClientBase> {
</ins><span class="cx"> typedef std::tuple<WKCookieManagerClientV0> 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 "WKDatabaseManager.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKDatabaseManagerClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKDatabaseManagerClientBase> {
</ins><span class="cx"> typedef std::tuple<WKDatabaseManagerClientV0> 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 "WKContext.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKContextDownloadClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKContextDownloadClientBase> {
</ins><span class="cx"> typedef std::tuple<WKContextDownloadClientV0> 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 "WKPage.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageFindClientBase> {
</del><ins>+namespace API {
+class Array;
+
+template<> struct ClientTraits<WKPageFindClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageFindClientV0> Versions;
</span><span class="cx"> };
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageFindMatchesClientBase> {
</del><ins>+template<> struct ClientTraits<WKPageFindMatchesClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageFindMatchesClientV0> 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 <wtf/Forward.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageFormClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKPageFormClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageFormClientV0> 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 "WKGeolocationManager.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKGeolocationProviderBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKGeolocationProviderBase> {
</ins><span class="cx"> typedef std::tuple<WKGeolocationProviderV0, WKGeolocationProviderV1> 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 "WKContext.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKContextHistoryClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKContextHistoryClientBase> {
</ins><span class="cx"> typedef std::tuple<WKContextHistoryClientV0> 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 "APIClient.h"
</span><span class="cx"> #include "WKIconDatabase.h"
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKIconDatabaseClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKIconDatabaseClientBase> {
</ins><span class="cx"> typedef std::tuple<WKIconDatabaseClientV0, WKIconDatabaseClientV1> 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 <wtf/RefPtr.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageLoaderClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKPageLoaderClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageLoaderClientV0, WKPageLoaderClientV1, WKPageLoaderClientV2, WKPageLoaderClientV3> 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 "WKOriginDataManager.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKOriginDataManagerChangeClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKOriginDataManagerChangeClientBase> {
</ins><span class="cx"> typedef std::tuple<WKOriginDataManagerChangeClientV0> 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 <WebCore/IntPoint.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageContextMenuClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKPageContextMenuClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageContextMenuClientV0, WKPageContextMenuClientV1, WKPageContextMenuClientV2, WKPageContextMenuClientV3> 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 <WebCore/FrameLoaderTypes.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPagePolicyClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKPagePolicyClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPagePolicyClientV0, WKPagePolicyClientV1> 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 <wtf/Forward.h>
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKPageUIClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKPageUIClientBase> {
</ins><span class="cx"> typedef std::tuple<WKPageUIClientV0, WKPageUIClientV1, WKPageUIClientV2> 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 "WKBundle.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundleClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKBundleClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundleClientV0, WKBundleClientV1> 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 "WKBundlePage.h"
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageContextMenuClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKBundlePageContextMenuClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageContextMenuClientV0> 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 <JavaScriptCore/JSBase.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageDiagnosticLoggingClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKBundlePageDiagnosticLoggingClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageDiagnosticLoggingClientV0> 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 <WebCore/TextAffinity.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageEditorClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKBundlePageEditorClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageEditorClientV0, WKBundlePageEditorClientV1> 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 <wtf/Forward.h>
</span><span class="cx"> #include <wtf/Vector.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageFormClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKBundlePageFormClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageFormClientV0, WKBundlePageFormClientV1, WKBundlePageFormClientV2> 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 "WebEvent.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageFullScreenClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKBundlePageFullScreenClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageFullScreenClientV0, WKBundlePageFullScreenClientV1> 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<> struct API::ClientTraits<WKBundlePageLoaderClientBase> {
</del><ins>+template<> struct ClientTraits<WKBundlePageLoaderClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageLoaderClientV0, WKBundlePageLoaderClientV1, WKBundlePageLoaderClientV2, WKBundlePageLoaderClientV3, WKBundlePageLoaderClientV4, WKBundlePageLoaderClientV5, WKBundlePageLoaderClientV6, WKBundlePageLoaderClientV7> 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 "WKBundlePage.h"
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePagePolicyClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKBundlePagePolicyClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePagePolicyClientV0> 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 <JavaScriptCore/JSBase.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageResourceLoadClientBase> {
</del><ins>+namespace API {
+template<> struct ClientTraits<WKBundlePageResourceLoadClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageResourceLoadClientV0, WKBundlePageResourceLoadClientV1> 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 <WebCore/RenderSnapshottedPlugIn.h>
</span><span class="cx"> #include <wtf/Forward.h>
</span><span class="cx">
</span><del>-template<> struct API::ClientTraits<WKBundlePageUIClientBase> {
</del><ins>+namespace API {
+class Object;
+
+template<> struct ClientTraits<WKBundlePageUIClientBase> {
</ins><span class="cx"> typedef std::tuple<WKBundlePageUIClientV0, WKBundlePageUIClientV1, WKBundlePageUIClientV2> 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>