<!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>[204661] trunk/Source</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/204661">204661</a></dd>
<dt>Author</dt> <dd>joepeck@webkit.org</dd>
<dt>Date</dt> <dd>2016-08-19 15:42:55 -0700 (Fri, 19 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove empty files and empty namespace blocks
https://bugs.webkit.org/show_bug.cgi?id=160990

Reviewed by Alex Christensen.

* CMakeLists.txt:
Source/JavaScriptCore:

* JavaScriptCore.xcodeproj/project.pbxproj:
* bytecode/ValueProfile.cpp: Removed.
* runtime/WatchdogMac.cpp: Removed.
* runtime/WatchdogNone.cpp: Removed.

* runtime/StringIteratorPrototype.cpp:
Remove empty namespace block.

* runtime/JSDestructibleObject.h:
Drive-by add missing copyright.

Source/WebCore:

* WebCore.xcodeproj/project.pbxproj:
* dom/DOMAllInOne.cpp:
* dom/MessagePortChannel.cpp: Removed.
* page/DatabaseProvider.h:
* platform/mock/mediasource/MockTracks.cpp: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreCMakeListstxt">trunk/Source/JavaScriptCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorexcodeprojprojectpbxproj">trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeJSDestructibleObjecth">trunk/Source/JavaScriptCore/runtime/JSDestructibleObject.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeStringIteratorPrototypecpp">trunk/Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp</a></li>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCoredomDOMAllInOnecpp">trunk/Source/WebCore/dom/DOMAllInOne.cpp</a></li>
<li><a href="#trunkSourceWebCorepageDatabaseProviderh">trunk/Source/WebCore/page/DatabaseProvider.h</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCorebytecodeValueProfilecpp">trunk/Source/JavaScriptCore/bytecode/ValueProfile.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeWatchdogMaccpp">trunk/Source/JavaScriptCore/runtime/WatchdogMac.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeWatchdogNonecpp">trunk/Source/JavaScriptCore/runtime/WatchdogNone.cpp</a></li>
<li><a href="#trunkSourceWebCoredomMessagePortChannelcpp">trunk/Source/WebCore/dom/MessagePortChannel.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockmediasourceMockTrackscpp">trunk/Source/WebCore/platform/mock/mediasource/MockTracks.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/CMakeLists.txt (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/CMakeLists.txt        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/CMakeLists.txt        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -231,7 +231,6 @@
</span><span class="cx">     bytecode/UnlinkedCodeBlock.cpp
</span><span class="cx">     bytecode/UnlinkedFunctionExecutable.cpp
</span><span class="cx">     bytecode/UnlinkedInstructionStream.cpp
</span><del>-    bytecode/ValueProfile.cpp
</del><span class="cx">     bytecode/ValueRecovery.cpp
</span><span class="cx">     bytecode/VariableWriteFireDetail.cpp
</span><span class="cx">     bytecode/VirtualRegister.cpp
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/ChangeLog        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-08-19  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove empty files and empty namespace blocks
+        https://bugs.webkit.org/show_bug.cgi?id=160990
+
+        Reviewed by Alex Christensen.
+
+        * CMakeLists.txt:
+        * JavaScriptCore.xcodeproj/project.pbxproj:
+        * bytecode/ValueProfile.cpp: Removed.
+        * runtime/WatchdogMac.cpp: Removed.
+        * runtime/WatchdogNone.cpp: Removed.
+
+        * runtime/StringIteratorPrototype.cpp:
+        Remove empty namespace block.
+
+        * runtime/JSDestructibleObject.h:
+        Drive-by add missing copyright.
+
</ins><span class="cx"> 2016-08-19  Per Arne Vollan  &lt;pvollan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Warning fix.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -2132,7 +2132,6 @@
</span><span class="cx">                 FEA08621182B7A0400F6D851 /* DebuggerPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA0861F182B7A0400F6D851 /* DebuggerPrimitives.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 FEA0C4021CDD7D1D00481991 /* FunctionWhitelist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEA0C4001CDD7D0E00481991 /* FunctionWhitelist.cpp */; };
</span><span class="cx">                 FEA0C4031CDD7D1D00481991 /* FunctionWhitelist.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */; };
</span><del>-                FEA1E4391C213A2B00277A16 /* ValueProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEA1E4381C213A2600277A16 /* ValueProfile.cpp */; };
</del><span class="cx">                 FEB137571BB11EF900CD5100 /* MacroAssemblerARM64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */; };
</span><span class="cx">                 FEB51F6C1A97B688001F921C /* Regress141809.mm in Sources */ = {isa = PBXBuildFile; fileRef = FEB51F6B1A97B688001F921C /* Regress141809.mm */; };
</span><span class="cx">                 FEB58C14187B8B160098EF0B /* ErrorHandlingScope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB58C12187B8B160098EF0B /* ErrorHandlingScope.cpp */; };
</span><span class="lines">@@ -4433,7 +4432,6 @@
</span><span class="cx">                 FEA0861F182B7A0400F6D851 /* DebuggerPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DebuggerPrimitives.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEA0C4001CDD7D0E00481991 /* FunctionWhitelist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionWhitelist.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FunctionWhitelist.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                FEA1E4381C213A2600277A16 /* ValueProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ValueProfile.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MacroAssemblerARM64.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEB51F6A1A97B688001F921C /* Regress141809.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Regress141809.h; path = API/tests/Regress141809.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEB51F6B1A97B688001F921C /* Regress141809.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Regress141809.mm; path = API/tests/Regress141809.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -6769,7 +6767,6 @@
</span><span class="cx">                                 14142E501B796ECE00F4BF4B /* UnlinkedFunctionExecutable.h */,
</span><span class="cx">                                 B59F89381891ADB500D5CCDC /* UnlinkedInstructionStream.cpp */,
</span><span class="cx">                                 B59F89371891AD3300D5CCDC /* UnlinkedInstructionStream.h */,
</span><del>-                                FEA1E4381C213A2600277A16 /* ValueProfile.cpp */,
</del><span class="cx">                                 0F963B3613FC6FDE0002D9B2 /* ValueProfile.h */,
</span><span class="cx">                                 0F24E55717F74EDB00ABB217 /* ValueRecovery.cpp */,
</span><span class="cx">                                 0F426A451460CBAB00131F8F /* ValueRecovery.h */,
</span><span class="lines">@@ -9563,7 +9560,6 @@
</span><span class="cx">                                 0F6B8AE41C4EFE1700969052 /* B3FixSSA.cpp in Sources */,
</span><span class="cx">                                 0FF4274A158EBE91004CB9FF /* udis86.c in Sources */,
</span><span class="cx">                                 0FF42740158EBE8B004CB9FF /* udis86_decode.c in Sources */,
</span><del>-                                FEA1E4391C213A2B00277A16 /* ValueProfile.cpp in Sources */,
</del><span class="cx">                                 0FF4274D158EBFE6004CB9FF /* udis86_itab_holder.c in Sources */,
</span><span class="cx">                                 0FF42745158EBE91004CB9FF /* udis86_syn-att.c in Sources */,
</span><span class="cx">                                 0FF42746158EBE91004CB9FF /* udis86_syn-intel.c in Sources */,
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorebytecodeValueProfilecpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/JavaScriptCore/bytecode/ValueProfile.cpp (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/bytecode/ValueProfile.cpp        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/bytecode/ValueProfile.cpp        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-/*
- * Copyright (C) 2015-2016 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. ``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
- * 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;ValueProfile.h&quot;
-
-#include &quot;CCallHelpers.h&quot;
-#include &quot;JSCInlines.h&quot;
-
-namespace JSC {
-
-} // namespace JSC
</del></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeJSDestructibleObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/JSDestructibleObject.h (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/JSDestructibleObject.h        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/runtime/JSDestructibleObject.h        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,3 +1,28 @@
</span><ins>+/*
+ * Copyright (C) 2012 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.
+ */
+
</ins><span class="cx"> #ifndef JSDestructibleObject_h
</span><span class="cx"> #define JSDestructibleObject_h
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeStringIteratorPrototypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/JavaScriptCore/runtime/StringIteratorPrototype.cpp        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -34,10 +34,6 @@
</span><span class="cx"> #include &quot;ObjectConstructor.h&quot;
</span><span class="cx"> #include &quot;StructureInlines.h&quot;
</span><span class="cx"> 
</span><del>-namespace JSC {
-
-}
-
</del><span class="cx"> #include &quot;StringIteratorPrototype.lut.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeWatchdogMaccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/JavaScriptCore/runtime/WatchdogMac.cpp ( => )</h4>
<pre class="diff"><span>
<span class="info">Deleted: trunk/Source/JavaScriptCore/runtime/WatchdogNone.cpp
===================================================================
</span></span></pre></div>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/CMakeLists.txt        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1489,7 +1489,6 @@
</span><span class="cx">     dom/MessageChannel.cpp
</span><span class="cx">     dom/MessageEvent.cpp
</span><span class="cx">     dom/MessagePort.cpp
</span><del>-    dom/MessagePortChannel.cpp
</del><span class="cx">     dom/Microtasks.cpp
</span><span class="cx">     dom/MouseEvent.cpp
</span><span class="cx">     dom/MouseRelatedEvent.cpp
</span><span class="lines">@@ -2155,7 +2154,6 @@
</span><span class="cx">     platform/MainThreadSharedTimer.cpp
</span><span class="cx">     platform/MemoryPressureHandler.cpp
</span><span class="cx">     platform/NotImplemented.cpp
</span><del>-    platform/PlatformEvent.cpp
</del><span class="cx">     platform/PlatformSpeechSynthesisUtterance.cpp
</span><span class="cx">     platform/PlatformSpeechSynthesisVoice.cpp
</span><span class="cx">     platform/PlatformSpeechSynthesizer.cpp
</span><span class="lines">@@ -3450,7 +3448,6 @@
</span><span class="cx">     platform/mock/mediasource/MockMediaPlayerMediaSource.cpp
</span><span class="cx">     platform/mock/mediasource/MockMediaSourcePrivate.cpp
</span><span class="cx">     platform/mock/mediasource/MockSourceBufferPrivate.cpp
</span><del>-    platform/mock/mediasource/MockTracks.cpp
</del><span class="cx"> 
</span><span class="cx">     testing/GCObservation.cpp
</span><span class="cx">     testing/InternalSettings.cpp
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/ChangeLog        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-08-19  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Remove empty files and empty namespace blocks
+        https://bugs.webkit.org/show_bug.cgi?id=160990
+
+        Reviewed by Alex Christensen.
+
+        * CMakeLists.txt:
+        * WebCore.xcodeproj/project.pbxproj:
+        * dom/DOMAllInOne.cpp:
+        * dom/MessagePortChannel.cpp: Removed.
+        * page/DatabaseProvider.h:
+        * platform/mock/mediasource/MockTracks.cpp: Removed.
+
</ins><span class="cx"> 2016-08-19  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Addressing post-review comments after r204592
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -6085,7 +6085,6 @@
</span><span class="cx">                 CDF2B0151820540600F2B424 /* MockMediaSourcePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */; };
</span><span class="cx">                 CDF2B0161820540700F2B424 /* MockSourceBufferPrivate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */; };
</span><span class="cx">                 CDF2B0171820540700F2B424 /* MockSourceBufferPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */; };
</span><del>-                CDF2B0181820540700F2B424 /* MockTracks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF2B00E1820540600F2B424 /* MockTracks.cpp */; };
</del><span class="cx">                 CDF2B0191820540700F2B424 /* MockTracks.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00F1820540600F2B424 /* MockTracks.h */; };
</span><span class="cx">                 CDF65CC8145B1E7500C4C7AA /* MediaController.h in Headers */ = {isa = PBXBuildFile; fileRef = CD27F6E4145767870078207D /* MediaController.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 CDF65CCA145B448800C4C7AA /* MediaControllerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF65CC9145B43A700C4C7AA /* MediaControllerInterface.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -13996,7 +13995,6 @@
</span><span class="cx">                 CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockMediaSourcePrivate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockSourceBufferPrivate.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockSourceBufferPrivate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                CDF2B00E1820540600F2B424 /* MockTracks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockTracks.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 CDF2B00F1820540600F2B424 /* MockTracks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockTracks.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CDF419991AB0DA14004E64E1 /* missingImage@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = &quot;missingImage@3x.png&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 CDF65CC9145B43A700C4C7AA /* MediaControllerInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaControllerInterface.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -22926,7 +22924,6 @@
</span><span class="cx">                                 CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */,
</span><span class="cx">                                 CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */,
</span><span class="cx">                                 CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */,
</span><del>-                                CDF2B00E1820540600F2B424 /* MockTracks.cpp */,
</del><span class="cx">                                 CDF2B00F1820540600F2B424 /* MockTracks.h */,
</span><span class="cx">                         );
</span><span class="cx">                         path = mediasource;
</span><span class="lines">@@ -30733,7 +30730,6 @@
</span><span class="cx">                                 07EE76EB1BE96DB000F89133 /* MockRealtimeVideoSource.cpp in Sources */,
</span><span class="cx">                                 07EE76F01BEA619800F89133 /* MockRealtimeVideoSourceMac.mm in Sources */,
</span><span class="cx">                                 CDF2B0161820540700F2B424 /* MockSourceBufferPrivate.cpp in Sources */,
</span><del>-                                CDF2B0181820540700F2B424 /* MockTracks.cpp in Sources */,
</del><span class="cx">                                 C6D74AE409AA290A000B0A52 /* ModifySelectionListLevel.cpp in Sources */,
</span><span class="cx">                                 F55B3DC51251F12D003EF269 /* MonthInputType.cpp in Sources */,
</span><span class="cx">                                 85031B450A44EFC700F992E0 /* MouseEvent.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebCoredomDOMAllInOnecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMAllInOne.cpp        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -97,7 +97,6 @@
</span><span class="cx"> #include &quot;MessageChannel.cpp&quot;
</span><span class="cx"> #include &quot;MessageEvent.cpp&quot;
</span><span class="cx"> #include &quot;MessagePort.cpp&quot;
</span><del>-#include &quot;MessagePortChannel.cpp&quot;
</del><span class="cx"> #include &quot;Microtasks.cpp&quot;
</span><span class="cx"> #include &quot;MouseEvent.cpp&quot;
</span><span class="cx"> #include &quot;MouseRelatedEvent.cpp&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoredomMessagePortChannelcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/dom/MessagePortChannel.cpp (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessagePortChannel.cpp        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/dom/MessagePortChannel.cpp        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-/*
- * Copyright (C) 2009 Google 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:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * 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.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; 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 THE COPYRIGHT
- * OWNER OR 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;MessagePortChannel.h&quot;
-
-namespace WebCore {
-
-} // namespace WebCore
</del></span></pre></div>
<a id="trunkSourceWebCorepageDatabaseProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DatabaseProvider.h (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DatabaseProvider.h        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/page/DatabaseProvider.h        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-class IDBConnectionManager;
</del><span class="cx"> class SessionID;
</span><span class="cx"> 
</span><span class="cx"> namespace IDBClient {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockmediasourceMockTrackscpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/platform/mock/mediasource/MockTracks.cpp (204660 => 204661)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/mediasource/MockTracks.cpp        2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/WebCore/platform/mock/mediasource/MockTracks.cpp        2016-08-19 22:42:55 UTC (rev 204661)
</span><span class="lines">@@ -1,27 +0,0 @@
</span><del>-/*
- * Copyright (C) 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. ``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
- * 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;MockTracks.h&quot;
</del></span></pre>
</div>
</div>

</body>
</html>