<!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>[204743] 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/204743">204743</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2016-08-22 15:44:42 -0700 (Mon, 22 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove Arguments.h
https://bugs.webkit.org/show_bug.cgi?id=161060

Reviewed by Tim Horton.

* Platform/IPC/Arguments.h: Removed.
(IPC::Arguments::Arguments): Deleted.
(IPC::Arguments::encode): Deleted.
(IPC::Arguments::decode): Deleted.
* Platform/IPC/Connection.h:
* Platform/IPC/HandleMessage.h:
* Shared/AssistedNodeInformation.cpp:
* Shared/Cocoa/DataDetectionResult.mm:
* Shared/EditorState.cpp:
* Shared/WebContextMenuItemData.cpp:
* Shared/WebMouseEvent.cpp:
* Shared/WebPlatformTouchPoint.cpp:
* Shared/WebPopupItem.cpp:
* Shared/WebTouchEvent.cpp:
* Shared/WebWheelEvent.cpp:
* Shared/ios/InteractionInformationAtPosition.mm:
* Shared/ios/WebPlatformTouchPointIOS.cpp:
* Shared/ios/WebTouchEventIOS.cpp:
* Shared/mac/WebGestureEvent.cpp:
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/InjectedBundle/InjectedBundle.cpp:
* WebProcess/WebPage/WebPage.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCConnectionh">trunk/Source/WebKit2/Platform/IPC/Connection.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCHandleMessageh">trunk/Source/WebKit2/Platform/IPC/HandleMessage.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAssistedNodeInformationcpp">trunk/Source/WebKit2/Shared/AssistedNodeInformation.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedCocoaDataDetectionResultmm">trunk/Source/WebKit2/Shared/Cocoa/DataDetectionResult.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedEditorStatecpp">trunk/Source/WebKit2/Shared/EditorState.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebContextMenuItemDatacpp">trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebMouseEventcpp">trunk/Source/WebKit2/Shared/WebMouseEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPlatformTouchPointcpp">trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPopupItemcpp">trunk/Source/WebKit2/Shared/WebPopupItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebTouchEventcpp">trunk/Source/WebKit2/Shared/WebTouchEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebWheelEventcpp">trunk/Source/WebKit2/Shared/WebWheelEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharediosInteractionInformationAtPositionmm">trunk/Source/WebKit2/Shared/ios/InteractionInformationAtPosition.mm</a></li>
<li><a href="#trunkSourceWebKit2SharediosWebPlatformTouchPointIOScpp">trunk/Source/WebKit2/Shared/ios/WebPlatformTouchPointIOS.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharediosWebTouchEventIOScpp">trunk/Source/WebKit2/Shared/ios/WebTouchEventIOS.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedmacWebGestureEventcpp">trunk/Source/WebKit2/Shared/mac/WebGestureEvent.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPagecpp">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentsh">trunk/Source/WebKit2/Platform/IPC/Arguments.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/ChangeLog        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -1,5 +1,35 @@
</span><span class="cx"> 2016-08-22  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Remove Arguments.h
+        https://bugs.webkit.org/show_bug.cgi?id=161060
+
+        Reviewed by Tim Horton.
+
+        * Platform/IPC/Arguments.h: Removed.
+        (IPC::Arguments::Arguments): Deleted.
+        (IPC::Arguments::encode): Deleted.
+        (IPC::Arguments::decode): Deleted.
+        * Platform/IPC/Connection.h:
+        * Platform/IPC/HandleMessage.h:
+        * Shared/AssistedNodeInformation.cpp:
+        * Shared/Cocoa/DataDetectionResult.mm:
+        * Shared/EditorState.cpp:
+        * Shared/WebContextMenuItemData.cpp:
+        * Shared/WebMouseEvent.cpp:
+        * Shared/WebPlatformTouchPoint.cpp:
+        * Shared/WebPopupItem.cpp:
+        * Shared/WebTouchEvent.cpp:
+        * Shared/WebWheelEvent.cpp:
+        * Shared/ios/InteractionInformationAtPosition.mm:
+        * Shared/ios/WebPlatformTouchPointIOS.cpp:
+        * Shared/ios/WebTouchEventIOS.cpp:
+        * Shared/mac/WebGestureEvent.cpp:
+        * WebKit2.xcodeproj/project.pbxproj:
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+        * WebProcess/WebPage/WebPage.cpp:
+
+2016-08-22  Anders Carlsson  &lt;andersca@apple.com&gt;
+
</ins><span class="cx">         Move tuple coding to ArgumentCoders.h
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=161059
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentsh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/Platform/IPC/Arguments.h (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Arguments.h        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Platform/IPC/Arguments.h        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -1,59 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 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 Arguments_h
-#define Arguments_h
-
-#include &quot;Decoder.h&quot;
-#include &quot;Encoder.h&quot;
-
-namespace IPC {
-
-
-template&lt;typename... Types&gt;
-struct Arguments {
-    typedef std::tuple&lt;typename std::decay&lt;Types&gt;::type...&gt; ValueType;
-
-    Arguments(Types&amp;&amp;... values)
-        : arguments(std::forward&lt;Types&gt;(values)...)
-    {
-    }
-
-    void encode(Encoder&amp; encoder) const
-    {
-        ArgumentCoder&lt;std::tuple&lt;Types...&gt;&gt;::encode(encoder, arguments);
-    }
-
-    static bool decode(Decoder&amp; decoder, Arguments&amp; result)
-    {
-        return ArgumentCoder&lt;std::tuple&lt;Types...&gt;&gt;::decode(decoder, result.arguments);
-    }
-
-    std::tuple&lt;Types...&gt; arguments;
-};
-
-} // namespace IPC
-
-#endif // Arguments_h
</del></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Connection.h (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Connection.h        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Platform/IPC/Connection.h        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> 
</span><span class="cx"> #pragma once
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;Decoder.h&quot;
</span><span class="cx"> #include &quot;Encoder.h&quot;
</span><span class="cx"> #include &quot;MessageReceiver.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCHandleMessageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/HandleMessage.h (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -1,9 +1,6 @@
</span><del>-#ifndef HandleMessage_h
-#define HandleMessage_h
</del><ins>+#pragma once
</ins><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
-#include &quot;Decoder.h&quot;
-#include &quot;Encoder.h&quot;
</del><ins>+#include &quot;ArgumentCoders.h&quot;
</ins><span class="cx"> #include &lt;wtf/StdLibExtras.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace IPC {
</span><span class="lines">@@ -155,5 +152,3 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace IPC
</span><del>-
-#endif // HandleMessage_h
</del></span></pre></div>
<a id="trunkSourceWebKit2SharedAssistedNodeInformationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/AssistedNodeInformation.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/AssistedNodeInformation.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/AssistedNodeInformation.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;AssistedNodeInformation.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedCocoaDataDetectionResultmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Cocoa/DataDetectionResult.mm (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Cocoa/DataDetectionResult.mm        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/Cocoa/DataDetectionResult.mm        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #import &quot;DataDetectionResult.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #import &quot;ArgumentCodersCF.h&quot;
</span><del>-#import &quot;Arguments.h&quot;
</del><span class="cx"> #import &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> #import &lt;WebCore/DataDetectorsCoreSPI.h&gt;
</span><span class="cx"> #import &lt;WebCore/SoftLinking.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEditorStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EditorState.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EditorState.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/EditorState.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;EditorState.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebContextMenuItemDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebContextMenuItemData.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;APIObject.h&quot;
</span><span class="cx"> #include &quot;ArgumentCoders.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> #include &lt;WebCore/ContextMenu.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebMouseEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebMouseEvent.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebMouseEvent.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebMouseEvent.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;WebEvent.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPlatformTouchPointcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebPlatformTouchPoint.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS) &amp;&amp; !PLATFORM(IOS)
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPopupItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPopupItem.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPopupItem.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebPopupItem.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #include &quot;WebPopupItem.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ArgumentCoders.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebTouchEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebTouchEvent.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebTouchEvent.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebTouchEvent.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS) &amp;&amp; !PLATFORM(IOS)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ArgumentCoders.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebWheelEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebWheelEvent.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebWheelEvent.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/WebWheelEvent.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;WebEvent.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharediosInteractionInformationAtPositionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ios/InteractionInformationAtPosition.mm (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ios/InteractionInformationAtPosition.mm        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/ios/InteractionInformationAtPosition.mm        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -27,7 +27,6 @@
</span><span class="cx"> #import &quot;InteractionInformationAtPosition.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #import &quot;ArgumentCodersCF.h&quot;
</span><del>-#import &quot;Arguments.h&quot;
</del><span class="cx"> #import &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> #import &lt;WebCore/DataDetectorsCoreSPI.h&gt;
</span><span class="cx"> #import &lt;WebCore/SoftLinking.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharediosWebPlatformTouchPointIOScpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ios/WebPlatformTouchPointIOS.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ios/WebPlatformTouchPointIOS.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/ios/WebPlatformTouchPointIOS.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS)
</span><span class="cx"> 
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharediosWebTouchEventIOScpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ios/WebTouchEventIOS.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ios/WebTouchEventIOS.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/ios/WebTouchEventIOS.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #if ENABLE(TOUCH_EVENTS)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ArgumentCoders.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacWebGestureEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/WebGestureEvent.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/WebGestureEvent.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/Shared/mac/WebGestureEvent.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -29,7 +29,6 @@
</span><span class="cx"> #if ENABLE(MAC_GESTURE_EVENTS)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ArgumentCoders.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;WebCoreArgumentCoders.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebKit {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -1337,7 +1337,6 @@
</span><span class="cx">                 BC032DA610F437D10058C15A /* Decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032D9E10F437D10058C15A /* Decoder.h */; };
</span><span class="cx">                 BC032DA710F437D10058C15A /* Encoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC032D9F10F437D10058C15A /* Encoder.cpp */; };
</span><span class="cx">                 BC032DA810F437D10058C15A /* Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032DA010F437D10058C15A /* Encoder.h */; };
</span><del>-                BC032DA910F437D10058C15A /* Arguments.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032DA110F437D10058C15A /* Arguments.h */; };
</del><span class="cx">                 BC032DAA10F437D10058C15A /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC032DA210F437D10058C15A /* Connection.cpp */; };
</span><span class="cx">                 BC032DAB10F437D10058C15A /* Connection.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032DA310F437D10058C15A /* Connection.h */; };
</span><span class="cx">                 BC032DB910F4380F0058C15A /* WebEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC032DAF10F4380F0058C15A /* WebEvent.h */; };
</span><span class="lines">@@ -3425,7 +3424,6 @@
</span><span class="cx">                 BC032D9E10F437D10058C15A /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Decoder.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC032D9F10F437D10058C15A /* Encoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Encoder.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC032DA010F437D10058C15A /* Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Encoder.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                BC032DA110F437D10058C15A /* Arguments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Arguments.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 BC032DA210F437D10058C15A /* Connection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Connection.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC032DA310F437D10058C15A /* Connection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Connection.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC032DAF10F4380F0058C15A /* WebEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebEvent.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -4810,7 +4808,6 @@
</span><span class="cx">                                 BC032D9E10F437D10058C15A /* Decoder.h */,
</span><span class="cx">                                 BC032D9F10F437D10058C15A /* Encoder.cpp */,
</span><span class="cx">                                 BC032DA010F437D10058C15A /* Encoder.h */,
</span><del>-                                BC032DA110F437D10058C15A /* Arguments.h */,
</del><span class="cx">                                 BCEE966A112FAF57006BCC24 /* Attachment.cpp */,
</span><span class="cx">                                 BCEE966B112FAF57006BCC24 /* Attachment.h */,
</span><span class="cx">                                 BC032DA210F437D10058C15A /* Connection.cpp */,
</span><span class="lines">@@ -7506,7 +7503,6 @@
</span><span class="cx">                                 E179FD9C134D38060015B883 /* ArgumentCodersMac.h in Headers */,
</span><span class="cx">                                 BC032DA610F437D10058C15A /* Decoder.h in Headers */,
</span><span class="cx">                                 BC032DA810F437D10058C15A /* Encoder.h in Headers */,
</span><del>-                                BC032DA910F437D10058C15A /* Arguments.h in Headers */,
</del><span class="cx">                                 CE1A0BD21A48E6C60054EF74 /* AssertionServicesSPI.h in Headers */,
</span><span class="cx">                                 C59C4A5918B81174007BDCB6 /* AssistedNodeInformation.h in Headers */,
</span><span class="cx">                                 515E7728183DD6F60007203F /* AsyncRequest.h in Headers */,
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;APIArray.h&quot;
</span><span class="cx"> #include &quot;APIData.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;InjectedBundleScriptWorld.h&quot;
</span><span class="cx"> #include &quot;NotificationPermissionRequestManager.h&quot;
</span><span class="cx"> #include &quot;SessionTracker.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (204742 => 204743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2016-08-22 22:10:43 UTC (rev 204742)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2016-08-22 22:44:42 UTC (rev 204743)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;APIArray.h&quot;
</span><span class="cx"> #include &quot;APIGeometry.h&quot;
</span><del>-#include &quot;Arguments.h&quot;
</del><span class="cx"> #include &quot;AssistedNodeInformation.h&quot;
</span><span class="cx"> #include &quot;DataReference.h&quot;
</span><span class="cx"> #include &quot;DragControllerAction.h&quot;
</span></span></pre>
</div>
</div>

</body>
</html>