Title: [204661] trunk/Source
Revision
204661
Author
[email protected]
Date
2016-08-19 15:42:55 -0700 (Fri, 19 Aug 2016)

Log Message

Remove empty files and empty namespace blocks
https://bugs.webkit.org/show_bug.cgi?id=160990

Reviewed by Alex Christensen.

* CMakeLists.txt:
Source/_javascript_Core:

* _javascript_Core.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.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (204660 => 204661)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2016-08-19 22:42:55 UTC (rev 204661)
@@ -231,7 +231,6 @@
     bytecode/UnlinkedCodeBlock.cpp
     bytecode/UnlinkedFunctionExecutable.cpp
     bytecode/UnlinkedInstructionStream.cpp
-    bytecode/ValueProfile.cpp
     bytecode/ValueRecovery.cpp
     bytecode/VariableWriteFireDetail.cpp
     bytecode/VirtualRegister.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (204660 => 204661)


--- trunk/Source/_javascript_Core/ChangeLog	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-08-19 22:42:55 UTC (rev 204661)
@@ -1,3 +1,22 @@
+2016-08-19  Joseph Pecoraro  <[email protected]>
+
+        Remove empty files and empty namespace blocks
+        https://bugs.webkit.org/show_bug.cgi?id=160990
+
+        Reviewed by Alex Christensen.
+
+        * CMakeLists.txt:
+        * _javascript_Core.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.
+
 2016-08-19  Per Arne Vollan  <[email protected]>
 
         [Win] Warning fix.

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (204660 => 204661)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2016-08-19 22:42:55 UTC (rev 204661)
@@ -2132,7 +2132,6 @@
 		FEA08621182B7A0400F6D851 /* DebuggerPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA0861F182B7A0400F6D851 /* DebuggerPrimitives.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		FEA0C4021CDD7D1D00481991 /* FunctionWhitelist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEA0C4001CDD7D0E00481991 /* FunctionWhitelist.cpp */; };
 		FEA0C4031CDD7D1D00481991 /* FunctionWhitelist.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */; };
-		FEA1E4391C213A2B00277A16 /* ValueProfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEA1E4381C213A2600277A16 /* ValueProfile.cpp */; };
 		FEB137571BB11EF900CD5100 /* MacroAssemblerARM64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */; };
 		FEB51F6C1A97B688001F921C /* Regress141809.mm in Sources */ = {isa = PBXBuildFile; fileRef = FEB51F6B1A97B688001F921C /* Regress141809.mm */; };
 		FEB58C14187B8B160098EF0B /* ErrorHandlingScope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB58C12187B8B160098EF0B /* ErrorHandlingScope.cpp */; };
@@ -4433,7 +4432,6 @@
 		FEA0861F182B7A0400F6D851 /* DebuggerPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DebuggerPrimitives.h; sourceTree = "<group>"; };
 		FEA0C4001CDD7D0E00481991 /* FunctionWhitelist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionWhitelist.cpp; sourceTree = "<group>"; };
 		FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FunctionWhitelist.h; sourceTree = "<group>"; };
-		FEA1E4381C213A2600277A16 /* ValueProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ValueProfile.cpp; sourceTree = "<group>"; };
 		FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MacroAssemblerARM64.cpp; sourceTree = "<group>"; };
 		FEB51F6A1A97B688001F921C /* Regress141809.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Regress141809.h; path = API/tests/Regress141809.h; sourceTree = "<group>"; };
 		FEB51F6B1A97B688001F921C /* Regress141809.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Regress141809.mm; path = API/tests/Regress141809.mm; sourceTree = "<group>"; };
@@ -6769,7 +6767,6 @@
 				14142E501B796ECE00F4BF4B /* UnlinkedFunctionExecutable.h */,
 				B59F89381891ADB500D5CCDC /* UnlinkedInstructionStream.cpp */,
 				B59F89371891AD3300D5CCDC /* UnlinkedInstructionStream.h */,
-				FEA1E4381C213A2600277A16 /* ValueProfile.cpp */,
 				0F963B3613FC6FDE0002D9B2 /* ValueProfile.h */,
 				0F24E55717F74EDB00ABB217 /* ValueRecovery.cpp */,
 				0F426A451460CBAB00131F8F /* ValueRecovery.h */,
@@ -9563,7 +9560,6 @@
 				0F6B8AE41C4EFE1700969052 /* B3FixSSA.cpp in Sources */,
 				0FF4274A158EBE91004CB9FF /* udis86.c in Sources */,
 				0FF42740158EBE8B004CB9FF /* udis86_decode.c in Sources */,
-				FEA1E4391C213A2B00277A16 /* ValueProfile.cpp in Sources */,
 				0FF4274D158EBFE6004CB9FF /* udis86_itab_holder.c in Sources */,
 				0FF42745158EBE91004CB9FF /* udis86_syn-att.c in Sources */,
 				0FF42746158EBE91004CB9FF /* udis86_syn-intel.c in Sources */,

Deleted: trunk/Source/_javascript_Core/bytecode/ValueProfile.cpp (204660 => 204661)


--- trunk/Source/_javascript_Core/bytecode/ValueProfile.cpp	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/bytecode/ValueProfile.cpp	2016-08-19 22:42:55 UTC (rev 204661)
@@ -1,34 +0,0 @@
-/*
- * 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 "config.h"
-#include "ValueProfile.h"
-
-#include "CCallHelpers.h"
-#include "JSCInlines.h"
-
-namespace JSC {
-
-} // namespace JSC

Modified: trunk/Source/_javascript_Core/runtime/JSDestructibleObject.h (204660 => 204661)


--- trunk/Source/_javascript_Core/runtime/JSDestructibleObject.h	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/runtime/JSDestructibleObject.h	2016-08-19 22:42:55 UTC (rev 204661)
@@ -1,3 +1,28 @@
+/*
+ * 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.
+ */
+
 #ifndef JSDestructibleObject_h
 #define JSDestructibleObject_h
 

Modified: trunk/Source/_javascript_Core/runtime/StringIteratorPrototype.cpp (204660 => 204661)


--- trunk/Source/_javascript_Core/runtime/StringIteratorPrototype.cpp	2016-08-19 22:24:46 UTC (rev 204660)
+++ trunk/Source/_javascript_Core/runtime/StringIteratorPrototype.cpp	2016-08-19 22:42:55 UTC (rev 204661)
@@ -34,10 +34,6 @@
 #include "ObjectConstructor.h"
 #include "StructureInlines.h"
 
-namespace JSC {
-
-}
-
 #include "StringIteratorPrototype.lut.h"
 
 namespace JSC {

Deleted: trunk/Source/_javascript_Core/runtime/WatchdogMac.cpp ( => )


Deleted: trunk/Source/_javascript_Core/runtime/WatchdogNone.cpp
===================================================================

Modified: trunk/Source/WebCore/CMakeLists.txt (204660 => 204661)


--- 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)
@@ -1489,7 +1489,6 @@
     dom/MessageChannel.cpp
     dom/MessageEvent.cpp
     dom/MessagePort.cpp
-    dom/MessagePortChannel.cpp
     dom/Microtasks.cpp
     dom/MouseEvent.cpp
     dom/MouseRelatedEvent.cpp
@@ -2155,7 +2154,6 @@
     platform/MainThreadSharedTimer.cpp
     platform/MemoryPressureHandler.cpp
     platform/NotImplemented.cpp
-    platform/PlatformEvent.cpp
     platform/PlatformSpeechSynthesisUtterance.cpp
     platform/PlatformSpeechSynthesisVoice.cpp
     platform/PlatformSpeechSynthesizer.cpp
@@ -3450,7 +3448,6 @@
     platform/mock/mediasource/MockMediaPlayerMediaSource.cpp
     platform/mock/mediasource/MockMediaSourcePrivate.cpp
     platform/mock/mediasource/MockSourceBufferPrivate.cpp
-    platform/mock/mediasource/MockTracks.cpp
 
     testing/GCObservation.cpp
     testing/InternalSettings.cpp

Modified: trunk/Source/WebCore/ChangeLog (204660 => 204661)


--- 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)
@@ -1,3 +1,17 @@
+2016-08-19  Joseph Pecoraro  <[email protected]>
+
+        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.
+
 2016-08-19  Myles C. Maxfield  <[email protected]>
 
         Addressing post-review comments after r204592

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (204660 => 204661)


--- 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)
@@ -6085,7 +6085,6 @@
 		CDF2B0151820540600F2B424 /* MockMediaSourcePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */; };
 		CDF2B0161820540700F2B424 /* MockSourceBufferPrivate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */; };
 		CDF2B0171820540700F2B424 /* MockSourceBufferPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */; };
-		CDF2B0181820540700F2B424 /* MockTracks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF2B00E1820540600F2B424 /* MockTracks.cpp */; };
 		CDF2B0191820540700F2B424 /* MockTracks.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF2B00F1820540600F2B424 /* MockTracks.h */; };
 		CDF65CC8145B1E7500C4C7AA /* MediaController.h in Headers */ = {isa = PBXBuildFile; fileRef = CD27F6E4145767870078207D /* MediaController.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		CDF65CCA145B448800C4C7AA /* MediaControllerInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF65CC9145B43A700C4C7AA /* MediaControllerInterface.h */; settings = {ATTRIBUTES = (Private, ); }; };
@@ -13996,7 +13995,6 @@
 		CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockMediaSourcePrivate.h; sourceTree = "<group>"; };
 		CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockSourceBufferPrivate.cpp; sourceTree = "<group>"; };
 		CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockSourceBufferPrivate.h; sourceTree = "<group>"; };
-		CDF2B00E1820540600F2B424 /* MockTracks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MockTracks.cpp; sourceTree = "<group>"; };
 		CDF2B00F1820540600F2B424 /* MockTracks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MockTracks.h; sourceTree = "<group>"; };
 		CDF419991AB0DA14004E64E1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
 		CDF65CC9145B43A700C4C7AA /* MediaControllerInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaControllerInterface.h; sourceTree = "<group>"; };
@@ -22926,7 +22924,6 @@
 				CDF2B00B1820540600F2B424 /* MockMediaSourcePrivate.h */,
 				CDF2B00C1820540600F2B424 /* MockSourceBufferPrivate.cpp */,
 				CDF2B00D1820540600F2B424 /* MockSourceBufferPrivate.h */,
-				CDF2B00E1820540600F2B424 /* MockTracks.cpp */,
 				CDF2B00F1820540600F2B424 /* MockTracks.h */,
 			);
 			path = mediasource;
@@ -30733,7 +30730,6 @@
 				07EE76EB1BE96DB000F89133 /* MockRealtimeVideoSource.cpp in Sources */,
 				07EE76F01BEA619800F89133 /* MockRealtimeVideoSourceMac.mm in Sources */,
 				CDF2B0161820540700F2B424 /* MockSourceBufferPrivate.cpp in Sources */,
-				CDF2B0181820540700F2B424 /* MockTracks.cpp in Sources */,
 				C6D74AE409AA290A000B0A52 /* ModifySelectionListLevel.cpp in Sources */,
 				F55B3DC51251F12D003EF269 /* MonthInputType.cpp in Sources */,
 				85031B450A44EFC700F992E0 /* MouseEvent.cpp in Sources */,

Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (204660 => 204661)


--- 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)
@@ -97,7 +97,6 @@
 #include "MessageChannel.cpp"
 #include "MessageEvent.cpp"
 #include "MessagePort.cpp"
-#include "MessagePortChannel.cpp"
 #include "Microtasks.cpp"
 #include "MouseEvent.cpp"
 #include "MouseRelatedEvent.cpp"

Deleted: trunk/Source/WebCore/dom/MessagePortChannel.cpp (204660 => 204661)


--- 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)
@@ -1,35 +0,0 @@
-/*
- * 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
- * "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 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 "config.h"
-#include "MessagePortChannel.h"
-
-namespace WebCore {
-
-} // namespace WebCore

Modified: trunk/Source/WebCore/page/DatabaseProvider.h (204660 => 204661)


--- 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)
@@ -31,7 +31,6 @@
 
 namespace WebCore {
 
-class IDBConnectionManager;
 class SessionID;
 
 namespace IDBClient {

Deleted: trunk/Source/WebCore/platform/mock/mediasource/MockTracks.cpp (204660 => 204661)


--- 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)
@@ -1,27 +0,0 @@
-/*
- * 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 "config.h"
-#include "MockTracks.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to