<!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>[160028] 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/160028">160028</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2013-12-03 12:12:09 -0800 (Tue, 03 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove old WebKit::APIClient cruft
https://bugs.webkit.org/show_bug.cgi?id=125173

Reviewed by Antti Koivisto.

* Shared/APIClient.h:
* Shared/APIClientTraits.cpp: Removed.
* Shared/APIClientTraits.h: Removed.
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/Plugins/PDF/PDFPlugin.mm:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIClienth">trunk/Source/WebKit2/Shared/APIClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsPDFPDFPluginmm">trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2SharedAPIClientTraitscpp">trunk/Source/WebKit2/Shared/APIClientTraits.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIClientTraitsh">trunk/Source/WebKit2/Shared/APIClientTraits.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/ChangeLog        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2013-12-03  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove old WebKit::APIClient cruft
+        https://bugs.webkit.org/show_bug.cgi?id=125173
+
+        Reviewed by Antti Koivisto.
+
+        * Shared/APIClient.h:
+        * Shared/APIClientTraits.cpp: Removed.
+        * Shared/APIClientTraits.h: Removed.
+        * WebKit2.xcodeproj/project.pbxproj:
+        * WebProcess/Plugins/PDF/PDFPlugin.mm:
+
</ins><span class="cx"> 2013-12-03  Enrica Casucci  &lt;enrica@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Build fix for iOS.
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIClient.h (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIClient.h        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/Shared/APIClient.h        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -26,11 +26,9 @@
</span><span class="cx"> #ifndef APIClient_h
</span><span class="cx"> #define APIClient_h
</span><span class="cx"> 
</span><del>-#include &quot;APIClientTraits.h&quot;
</del><span class="cx"> #include &lt;algorithm&gt;
</span><span class="cx"> #include &lt;array&gt;
</span><span class="cx"> 
</span><del>-// FIXME: Transition all clients from WebKit::APIClient to API::Client.
</del><span class="cx"> namespace API {
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename ClientInterface&gt; struct ClientTraits;
</span><span class="lines">@@ -84,36 +82,4 @@
</span><span class="cx"> 
</span><span class="cx"> } // namespace API
</span><span class="cx"> 
</span><del>-namespace WebKit {
-
-template&lt;typename ClientInterface, int currentVersion&gt; class APIClient {
-public:
-    APIClient()
-    {
-        initialize(0);
-    }
-    
-    void initialize(const ClientInterface* client)
-    {
-        COMPILE_ASSERT(sizeof(APIClientTraits&lt;ClientInterface&gt;::interfaceSizesByVersion) / sizeof(size_t) == currentVersion + 1, size_of_some_interfaces_are_unknown);
-
-        if (client &amp;&amp; client-&gt;version == currentVersion) {
-            m_client = *client;
-            return;
-        }
-
-        memset(&amp;m_client, 0, sizeof(m_client));
-
-        if (client &amp;&amp; client-&gt;version &lt; currentVersion)
-            memcpy(&amp;m_client, client, APIClientTraits&lt;ClientInterface&gt;::interfaceSizesByVersion[client-&gt;version]);
-    }
-
-    const ClientInterface&amp; client() const { return m_client; }
-
-protected:
-    ClientInterface m_client;
-};
-
-} // namespace WebKit
-
</del><span class="cx"> #endif // APIClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIClientTraitscpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/Shared/APIClientTraits.cpp (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIClientTraits.cpp        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/Shared/APIClientTraits.cpp        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-/*
- * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;APIClientTraits.h&quot;
-
-#include &quot;WKBundle.h&quot;
-#include &quot;WKBundlePage.h&quot;
-
-namespace WebKit {
-
-const size_t APIClientTraits&lt;WKBundleClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundleClient, didReceiveMessageToPage),
-    sizeof(WKBundleClient)
-};
-
-const size_t APIClientTraits&lt;WKBundlePageLoaderClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageLoaderClient, didLayoutForFrame),
-    offsetof(WKBundlePageLoaderClient, didFinishProgress),
-    offsetof(WKBundlePageLoaderClient, didReceiveIntentForFrame_unavailable),
-    offsetof(WKBundlePageLoaderClient, didLayout),
-    offsetof(WKBundlePageLoaderClient, featuresUsedInPage),
-    offsetof(WKBundlePageLoaderClient, willLoadURLRequest),
-    offsetof(WKBundlePageLoaderClient, willDestroyFrame),
-    sizeof(WKBundlePageLoaderClient)
-};
-
-const size_t APIClientTraits&lt;WKBundlePageResourceLoadClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageResourceLoadClient, shouldCacheResponse),
-    sizeof(WKBundlePageResourceLoadClient)
-};
-
-const size_t APIClientTraits&lt;WKBundlePageFullScreenClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageFullScreenClient, beganEnterFullScreen),
-    sizeof(WKBundlePageFullScreenClient)
-};
-    
-const size_t APIClientTraits&lt;WKPageContextMenuClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKPageContextMenuClient, contextMenuDismissed),
-    offsetof(WKPageContextMenuClient, getContextMenuFromProposedMenu),
-    offsetof(WKPageContextMenuClient, showContextMenu),
-    sizeof(WKPageContextMenuClient)
-};
-
-const size_t APIClientTraits&lt;WKPagePolicyClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKPagePolicyClient, decidePolicyForNavigationAction),
-    sizeof(WKPagePolicyClient)
-};
-
-const size_t APIClientTraits&lt;WKPageUIClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKPageUIClient, createNewPage),
-    offsetof(WKPageUIClient, showColorPicker),
-    sizeof(WKPageUIClient)
-};
-    
-const size_t APIClientTraits&lt;WKBundlePageFormClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageFormClient, willSendSubmitEvent),
-    offsetof(WKBundlePageFormClient, didFocusTextField),
-    sizeof(WKBundlePageFormClient)
-};
-
-const size_t APIClientTraits&lt;WKBundlePageEditorClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageEditorClient, willWriteToPasteboard),
-    sizeof(WKBundlePageEditorClient)
-};
-
-const size_t APIClientTraits&lt;WKBundlePageUIClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKBundlePageUIClient, didReachApplicationCacheOriginQuota),
-    sizeof(WKBundlePageUIClient)
-};
-
-const size_t APIClientTraits&lt;WKContextInjectedBundleClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKContextInjectedBundleClient, getInjectedBundleInitializationUserData),
-    sizeof(WKContextInjectedBundleClient)
-};
-
-const size_t APIClientTraits&lt;WKIconDatabaseClient&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKIconDatabaseClient, iconDataReadyForPageURL),
-    sizeof(WKIconDatabaseClient)
-};
-
-const size_t APIClientTraits&lt;WKGeolocationProvider&gt;::interfaceSizesByVersion[] = {
-    offsetof(WKGeolocationProvider, setEnableHighAccuracy),
-    sizeof(WKGeolocationProvider)
-};
-
-} // namespace WebKit
</del></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIClientTraitsh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/Shared/APIClientTraits.h (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIClientTraits.h        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/Shared/APIClientTraits.h        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -1,97 +0,0 @@
</span><del>-/*
- * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef APIClientTraits_h
-#define APIClientTraits_h
-
-#include &quot;WKBundle.h&quot;
-#include &quot;WKBundlePage.h&quot;
-#include &quot;WKContext.h&quot;
-#include &quot;WKGeolocationManager.h&quot;
-#include &quot;WKIconDatabase.h&quot;
-#include &quot;WKPage.h&quot;
-
-namespace WebKit {
-
-template &lt;typename ClientInterface&gt; struct APIClientTraits {
-    static const size_t interfaceSizesByVersion[1];
-};
-template &lt;typename ClientInterface&gt; const size_t APIClientTraits&lt;ClientInterface&gt;::interfaceSizesByVersion[] = { sizeof(ClientInterface) };
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundleClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageLoaderClient&gt; {
-    static const size_t interfaceSizesByVersion[8];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageResourceLoadClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageFullScreenClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageUIClient&gt; {
-    static const size_t interfaceSizesByVersion[3];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKPageContextMenuClient&gt; {
-    static const size_t interfaceSizesByVersion[4];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKPagePolicyClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKPageUIClient&gt; {
-    static const size_t interfaceSizesByVersion[3];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageFormClient&gt; {
-    static const size_t interfaceSizesByVersion[3];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKBundlePageEditorClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKContextInjectedBundleClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKIconDatabaseClient&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-template&lt;&gt; struct APIClientTraits&lt;WKGeolocationProvider&gt; {
-    static const size_t interfaceSizesByVersion[2];
-};
-
-} // namespace WebKit
-
-#endif // APIClientTraits_h
</del></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -674,8 +674,6 @@
</span><span class="cx">                 5272B28A1406985D0096A5D0 /* StatisticsData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5272B2881406985D0096A5D0 /* StatisticsData.cpp */; };
</span><span class="cx">                 5272B28B1406985D0096A5D0 /* StatisticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5272B2891406985D0096A5D0 /* StatisticsData.h */; };
</span><span class="cx">                 5D1A239115E75B220023E981 /* webkit2 in Copy Message Generation Scripts */ = {isa = PBXBuildFile; fileRef = 5D1A238E15E75AD50023E981 /* webkit2 */; };
</span><del>-                5D51845513BCF9CC00C7FF4A /* APIClientTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D51845313BCF9CC00C7FF4A /* APIClientTraits.cpp */; };
-                5D51845613BCF9CC00C7FF4A /* APIClientTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D51845413BCF9CC00C7FF4A /* APIClientTraits.h */; };
</del><span class="cx">                 5DA6ED0A1490606900B41D12 /* DynamicLinkerEnvironmentExtractor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA6ED081490606900B41D12 /* DynamicLinkerEnvironmentExtractor.h */; };
</span><span class="cx">                 5DA6ED0B1490606900B41D12 /* DynamicLinkerEnvironmentExtractor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5DA6ED091490606900B41D12 /* DynamicLinkerEnvironmentExtractor.mm */; };
</span><span class="cx">                 6501BD1A12F1243400E9F248 /* WKBundleInspector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65B86F1712F11D7B00B7DD8A /* WKBundleInspector.cpp */; };
</span><span class="lines">@@ -2241,8 +2239,6 @@
</span><span class="cx">                 5272B2891406985D0096A5D0 /* StatisticsData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatisticsData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5D1A238E15E75AD50023E981 /* webkit2 */ = {isa = PBXFileReference; lastKnownFileType = folder; path = webkit2; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5D442A5516D5856700AC3331 /* PluginService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PluginService.entitlements; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                5D51845313BCF9CC00C7FF4A /* APIClientTraits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = APIClientTraits.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                5D51845413BCF9CC00C7FF4A /* APIClientTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APIClientTraits.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 5DA6ED081490606900B41D12 /* DynamicLinkerEnvironmentExtractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicLinkerEnvironmentExtractor.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5DA6ED091490606900B41D12 /* DynamicLinkerEnvironmentExtractor.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DynamicLinkerEnvironmentExtractor.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5DAD7294116FF70B00EE5396 /* WebContentProcess.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebContentProcess.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -3405,8 +3401,6 @@
</span><span class="cx">                                 BC64696D11DBE603006455B0 /* APIArray.cpp */,
</span><span class="cx">                                 BC64696E11DBE603006455B0 /* APIArray.h */,
</span><span class="cx">                                 1A3DD205125E5A2F004515E6 /* APIClient.h */,
</span><del>-                                5D51845313BCF9CC00C7FF4A /* APIClientTraits.cpp */,
-                                5D51845413BCF9CC00C7FF4A /* APIClientTraits.h */,
</del><span class="cx">                                 B63403F814910D57001070B5 /* APIObject.cpp */,
</span><span class="cx">                                 BCF04C8C11FF9B7D00F86A58 /* APIObject.h */,
</span><span class="cx">                                 A7D792D51767CB6E00881CBE /* ActivityAssertion.cpp */,
</span><span class="lines">@@ -5583,7 +5577,6 @@
</span><span class="cx">                                 A7D792D81767CCA300881CBE /* ActivityAssertion.h in Headers */,
</span><span class="cx">                                 1A3DD206125E5A2F004515E6 /* APIClient.h in Headers */,
</span><span class="cx">                                 1AC75380183BE50F0072CB15 /* DataReference.h in Headers */,
</span><del>-                                5D51845613BCF9CC00C7FF4A /* APIClientTraits.h in Headers */,
</del><span class="cx">                                 1AB474D8184D43FD0051B622 /* WKBundlePageLoaderClient.h in Headers */,
</span><span class="cx">                                 1AEFD27911D16C81008219D3 /* ArgumentCoder.h in Headers */,
</span><span class="cx">                                 1AEFD2F711D1807B008219D3 /* ArgumentCoders.h in Headers */,
</span><span class="lines">@@ -6909,7 +6902,6 @@
</span><span class="cx">                         files = (
</span><span class="cx">                                 51E35200180F5D0F00E53BE9 /* DatabaseToWebProcessConnection.cpp in Sources */,
</span><span class="cx">                                 A7D792D61767CB6E00881CBE /* ActivityAssertion.cpp in Sources */,
</span><del>-                                5D51845513BCF9CC00C7FF4A /* APIClientTraits.cpp in Sources */,
</del><span class="cx">                                 B63403F914910D57001070B5 /* APIObject.cpp in Sources */,
</span><span class="cx">                                 1A3D610513A7F03A00F95D4E /* ArgumentCoders.cpp in Sources */,
</span><span class="cx">                                 1AAF0C4B12B16334008E49E2 /* ArgumentCodersCF.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsPDFPDFPluginmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm (160027 => 160028)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm        2013-12-03 20:05:52 UTC (rev 160027)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PDF/PDFPlugin.mm        2013-12-03 20:12:09 UTC (rev 160028)
</span><span class="lines">@@ -38,6 +38,8 @@
</span><span class="cx"> #import &quot;PDFPluginAnnotation.h&quot;
</span><span class="cx"> #import &quot;PDFPluginPasswordField.h&quot;
</span><span class="cx"> #import &quot;PluginView.h&quot;
</span><ins>+#import &quot;WKAccessibilityWebPageObject.h&quot;
+#import &quot;WKPageFindMatchesClient.h&quot;
</ins><span class="cx"> #import &quot;WebContextMessages.h&quot;
</span><span class="cx"> #import &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> #import &quot;WebEvent.h&quot;
</span><span class="lines">@@ -45,7 +47,6 @@
</span><span class="cx"> #import &quot;WebPage.h&quot;
</span><span class="cx"> #import &quot;WebPageProxyMessages.h&quot;
</span><span class="cx"> #import &quot;WebProcess.h&quot;
</span><del>-#import &quot;WKAccessibilityWebPageObject.h&quot;
</del><span class="cx"> #import &lt;JavaScriptCore/JSContextRef.h&gt;
</span><span class="cx"> #import &lt;JavaScriptCore/JSObjectRef.h&gt;
</span><span class="cx"> #import &lt;JavaScriptCore/JSStringRef.h&gt;
</span></span></pre>
</div>
</div>

</body>
</html>