Diff
Modified: trunk/Source/WebKit/win/AccessibleBase.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/AccessibleBase.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/AccessibleBase.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "AccessibleBase.h"
Modified: trunk/Source/WebKit/win/AccessibleDocument.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/AccessibleDocument.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/AccessibleDocument.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "AccessibleDocument.h"
#include <WebCore/AXObjectCache.h>
Modified: trunk/Source/WebKit/win/AccessibleImage.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/AccessibleImage.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/AccessibleImage.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "AccessibleImage.h"
#include <WebCore/AccessibilityRenderObject.h>
Modified: trunk/Source/WebKit/win/AccessibleTextImpl.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/AccessibleTextImpl.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/AccessibleTextImpl.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "AccessibleTextImpl.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/CFDictionaryPropertyBag.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/CFDictionaryPropertyBag.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/CFDictionaryPropertyBag.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "CFDictionaryPropertyBag.h"
Modified: trunk/Source/WebKit/win/ChangeLog (176891 => 176892)
--- trunk/Source/WebKit/win/ChangeLog 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/ChangeLog 2014-12-06 00:33:33 UTC (rev 176892)
@@ -1,5 +1,99 @@
2014-12-05 Anders Carlsson <[email protected]>
+ Get rid of config.h includes and include config.h in the prefix header instead
+ https://bugs.webkit.org/show_bug.cgi?id=139323
+
+ Reviewed by Brent Fulgham.
+
+ This is making it easier to share code between WebKit1 for Mac and WebKit1 for Windows.
+
+ * AccessibleBase.cpp:
+ * AccessibleDocument.cpp:
+ * AccessibleImage.cpp:
+ * AccessibleTextImpl.cpp:
+ * CFDictionaryPropertyBag.cpp:
+ * DOMCSSClasses.cpp:
+ * DOMCoreClasses.cpp:
+ * DOMEventsClasses.cpp:
+ * DOMHTMLClasses.cpp:
+ * DefaultDownloadDelegate.cpp:
+ * DefaultPolicyDelegate.cpp:
+ * ForEachCoClass.cpp:
+ * FullscreenVideoController.cpp:
+ * MarshallingHelpers.cpp:
+ * MemoryStream.cpp:
+ * WebActionPropertyBag.cpp:
+ * WebArchive.cpp:
+ * WebBackForwardList.cpp:
+ * WebCache.cpp:
+ * WebCoreStatistics.cpp:
+ * WebCoreSupport/AcceleratedCompositingContext.cpp:
+ * WebCoreSupport/EmbeddedWidget.cpp:
+ * WebCoreSupport/WebChromeClient.cpp:
+ * WebCoreSupport/WebContextMenuClient.cpp:
+ * WebCoreSupport/WebDesktopNotificationsDelegate.cpp:
+ * WebCoreSupport/WebDragClient.cpp:
+ * WebCoreSupport/WebEditorClient.cpp:
+ * WebCoreSupport/WebFrameLoaderClient.cpp:
+ * WebCoreSupport/WebFrameNetworkingContext.cpp:
+ * WebCoreSupport/WebGeolocationClient.cpp:
+ * WebCoreSupport/WebInspectorClient.cpp:
+ * WebCoreSupport/WebInspectorDelegate.cpp:
+ * WebCoreSupport/WebPlatformStrategies.cpp:
+ * WebCoreSupport/WebVisitedLinkStore.cpp:
+ * WebDataSource.cpp:
+ * WebDatabaseManager.cpp:
+ * WebDocumentLoader.cpp:
+ * WebDownload.cpp:
+ * WebDownloadCFNet.cpp:
+ * WebDownloadCurl.cpp:
+ * WebDropSource.cpp:
+ * WebElementPropertyBag.cpp:
+ * WebError.cpp:
+ * WebFrame.cpp:
+ * WebFramePolicyListener.cpp:
+ * WebGeolocationPolicyListener.cpp:
+ * WebGeolocationPosition.cpp:
+ * WebHTMLRepresentation.cpp:
+ * WebHistory.cpp:
+ * WebHistoryItem.cpp:
+ * WebIconDatabase.cpp:
+ * WebInspector.cpp:
+ * WebJavaScriptCollector.cpp:
+ * WebKitCOMAPI.cpp:
+ * WebKitClassFactory.cpp:
+ * WebKitDLL.cpp:
+ * WebKitGraphics.cpp:
+ * WebKitLogging.cpp:
+ * WebKitPrefix.h:
+ * WebKitStatistics.cpp:
+ * WebKitSystemBits.cpp:
+ * WebLocalizableStrings.cpp:
+ * WebMutableURLRequest.cpp:
+ * WebNavigationData.cpp:
+ * WebNodeHighlight.cpp:
+ * WebNotification.cpp:
+ * WebNotificationCenter.cpp:
+ * WebPreferences.cpp:
+ * WebResource.cpp:
+ * WebScriptObject.cpp:
+ * WebScriptWorld.cpp:
+ * WebSecurityOrigin.cpp:
+ * WebSerializedJSValue.cpp:
+ * WebTextRenderer.cpp:
+ * WebURLAuthenticationChallenge.cpp:
+ * WebURLAuthenticationChallengeSender.cpp:
+ * WebURLAuthenticationChallengeSenderCFNet.cpp:
+ * WebURLAuthenticationChallengeSenderCurl.cpp:
+ * WebURLCredential.cpp:
+ * WebURLProtectionSpace.cpp:
+ * WebURLResponse.cpp:
+ * WebUserContentURLPattern.cpp:
+ * WebView.cpp:
+ * WebWorkersPrivate.cpp:
+
+2014-12-05 Anders Carlsson <[email protected]>
+
Follow-up build fix.
* WebCoreSupport/WebVisitedLinkStore.cpp:
Modified: trunk/Source/WebKit/win/DOMCSSClasses.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DOMCSSClasses.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DOMCSSClasses.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "DOMCSSClasses.h"
Modified: trunk/Source/WebKit/win/DOMCoreClasses.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DOMCoreClasses.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DOMCoreClasses.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "DOMCoreClasses.h"
Modified: trunk/Source/WebKit/win/DOMEventsClasses.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DOMEventsClasses.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DOMEventsClasses.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include <initguid.h>
#include "DOMEventsClasses.h"
Modified: trunk/Source/WebKit/win/DOMHTMLClasses.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DOMHTMLClasses.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DOMHTMLClasses.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "DOMHTMLClasses.h"
#include "WebFrame.h"
Modified: trunk/Source/WebKit/win/DefaultDownloadDelegate.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DefaultDownloadDelegate.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DefaultDownloadDelegate.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -22,7 +22,6 @@
* (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 "WebKitDLL.h"
#include "DefaultDownloadDelegate.h"
Modified: trunk/Source/WebKit/win/DefaultPolicyDelegate.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/DefaultPolicyDelegate.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/DefaultPolicyDelegate.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "DefaultPolicyDelegate.h"
Modified: trunk/Source/WebKit/win/ForEachCoClass.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/ForEachCoClass.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/ForEachCoClass.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "ForEachCoClass.h"
Modified: trunk/Source/WebKit/win/FullscreenVideoController.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/FullscreenVideoController.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/FullscreenVideoController.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#if ENABLE(VIDEO) && !USE(GSTREAMER) && !USE(MEDIA_FOUNDATION)
Modified: trunk/Source/WebKit/win/MarshallingHelpers.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/MarshallingHelpers.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/MarshallingHelpers.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "MarshallingHelpers.h"
Modified: trunk/Source/WebKit/win/MemoryStream.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/MemoryStream.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/MemoryStream.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "MemoryStream.h"
Modified: trunk/Source/WebKit/win/WebActionPropertyBag.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebActionPropertyBag.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebActionPropertyBag.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebActionPropertyBag.h"
Modified: trunk/Source/WebKit/win/WebArchive.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebArchive.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebArchive.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebArchive.h"
Modified: trunk/Source/WebKit/win/WebBackForwardList.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebBackForwardList.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebBackForwardList.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebBackForwardList.h"
Modified: trunk/Source/WebKit/win/WebCache.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCache.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCache.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebCache.h"
Modified: trunk/Source/WebKit/win/WebCoreStatistics.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreStatistics.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreStatistics.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebCoreStatistics.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "AcceleratedCompositingContext.h"
#if USE(TEXTURE_MAPPER_GL)
Modified: trunk/Source/WebKit/win/WebCoreSupport/EmbeddedWidget.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/EmbeddedWidget.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/EmbeddedWidget.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "EmbeddedWidget.h"
#include <WebCore/Document.h>
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebChromeClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebChromeClient.h"
#include "COMPropertyBag.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebContextMenuClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebContextMenuClient.h"
#include "UserGestureIndicator.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebDesktopNotificationsDelegate.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebDesktopNotificationsDelegate.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebDesktopNotificationsDelegate.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -28,7 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebDesktopNotificationsDelegate.h"
#include "WebSecurityOrigin.h"
#include "WebView.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebDragClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebDragClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebDragClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebDragClient.h"
#include "WebDropSource.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebEditorClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebEditorClient.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebFrameLoaderClient.h"
#include "CFDictionaryPropertyBag.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebFrameNetworkingContext.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebFrameNetworkingContext.h"
#include "WebView.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebGeolocationClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebGeolocationClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebGeolocationClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebGeolocationClient.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebInspectorClient.h"
#if ENABLE(INSPECTOR)
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebInspectorDelegate.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebInspectorDelegate.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebInspectorDelegate.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -27,7 +27,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebInspectorDelegate.h"
WebInspectorDelegate::WebInspectorDelegate()
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebPlatformStrategies.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebPlatformStrategies.h"
#include "FrameLoader.h"
Modified: trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebVisitedLinkStore.h"
#include "WebHistory.h"
Modified: trunk/Source/WebKit/win/WebDataSource.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDataSource.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDataSource.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebDataSource.h"
Modified: trunk/Source/WebKit/win/WebDatabaseManager.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDatabaseManager.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDatabaseManager.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebDatabaseManager.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebDocumentLoader.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDocumentLoader.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDocumentLoader.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebDocumentLoader.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebDownload.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDownload.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDownload.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebDownload.h"
Modified: trunk/Source/WebKit/win/WebDownloadCFNet.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDownloadCFNet.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDownloadCFNet.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebDownload.h"
Modified: trunk/Source/WebKit/win/WebDownloadCurl.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDownloadCurl.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDownloadCurl.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebDownload.h"
Modified: trunk/Source/WebKit/win/WebDropSource.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebDropSource.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebDropSource.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebDropSource.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebElementPropertyBag.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebElementPropertyBag.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebElementPropertyBag.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebElementPropertyBag.h"
Modified: trunk/Source/WebKit/win/WebError.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebError.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebError.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebError.h"
#include "WebKit.h"
Modified: trunk/Source/WebKit/win/WebFrame.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebFrame.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebFrame.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -24,7 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebFrame.h"
Modified: trunk/Source/WebKit/win/WebFramePolicyListener.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebFramePolicyListener.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebFramePolicyListener.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebFramePolicyListener.h"
Modified: trunk/Source/WebKit/win/WebGeolocationPolicyListener.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebGeolocationPolicyListener.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebGeolocationPolicyListener.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebGeolocationPolicyListener.h"
Modified: trunk/Source/WebKit/win/WebGeolocationPosition.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebGeolocationPosition.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebGeolocationPosition.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -22,7 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebGeolocationPosition.h"
#include <WebCore/COMPtr.h>
Modified: trunk/Source/WebKit/win/WebHTMLRepresentation.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebHTMLRepresentation.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebHTMLRepresentation.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebHTMLRepresentation.h"
Modified: trunk/Source/WebKit/win/WebHistory.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebHistory.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebHistory.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebHistory.h"
Modified: trunk/Source/WebKit/win/WebHistoryItem.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebHistoryItem.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebHistoryItem.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebHistoryItem.h"
Modified: trunk/Source/WebKit/win/WebIconDatabase.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebIconDatabase.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebIconDatabase.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebIconDatabase.h"
Modified: trunk/Source/WebKit/win/WebInspector.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebInspector.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebInspector.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebInspector.h"
#if ENABLE(INSPECTOR)
Modified: trunk/Source/WebKit/win/WebJavaScriptCollector.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebJavaScriptCollector.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebJavaScriptCollector.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebJavaScriptCollector.h"
Modified: trunk/Source/WebKit/win/WebKitCOMAPI.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitCOMAPI.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitCOMAPI.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitCOMAPI.h"
#include "WebKit.h"
Modified: trunk/Source/WebKit/win/WebKitClassFactory.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitClassFactory.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitClassFactory.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebKitClassFactory.h"
Modified: trunk/Source/WebKit/win/WebKitDLL.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitDLL.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitDLL.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "ForEachCoClass.h"
Modified: trunk/Source/WebKit/win/WebKitGraphics.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitGraphics.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitGraphics.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitGraphics.h"
#include "WebKit.h"
Modified: trunk/Source/WebKit/win/WebKitLogging.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitLogging.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitLogging.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -25,7 +25,6 @@
* (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 "WebKitLogging.h"
#if !LOG_DISABLED
Modified: trunk/Source/WebKit/win/WebKitPrefix.h (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitPrefix.h 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitPrefix.h 2014-12-06 00:33:33 UTC (rev 176892)
@@ -48,3 +48,4 @@
#include <CoreFoundation/CoreFoundation.h>
#include <WebKit/WebKit.h>
+#include "config.h"
Modified: trunk/Source/WebKit/win/WebKitStatistics.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitStatistics.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitStatistics.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebKitStatistics.h"
Modified: trunk/Source/WebKit/win/WebKitSystemBits.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebKitSystemBits.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebKitSystemBits.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitSystemBits.h"
#include <windows.h>
Modified: trunk/Source/WebKit/win/WebLocalizableStrings.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebLocalizableStrings.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebLocalizableStrings.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebLocalizableStrings.h"
Modified: trunk/Source/WebKit/win/WebMutableURLRequest.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebMutableURLRequest.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebMutableURLRequest.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebMutableURLRequest.h"
Modified: trunk/Source/WebKit/win/WebNavigationData.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebNavigationData.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebNavigationData.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebNavigationData.h"
Modified: trunk/Source/WebKit/win/WebNodeHighlight.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebNodeHighlight.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebNodeHighlight.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebNodeHighlight.h"
#include "WebView.h"
Modified: trunk/Source/WebKit/win/WebNotification.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebNotification.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebNotification.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebNotification.h"
Modified: trunk/Source/WebKit/win/WebNotificationCenter.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebNotificationCenter.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebNotificationCenter.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebNotificationCenter.h"
Modified: trunk/Source/WebKit/win/WebPreferences.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebPreferences.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebPreferences.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKit.h"
#include "WebKitDLL.h"
#include "WebPreferences.h"
Modified: trunk/Source/WebKit/win/WebResource.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebResource.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebResource.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebResource.h"
Modified: trunk/Source/WebKit/win/WebScriptObject.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebScriptObject.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebScriptObject.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebScriptObject.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebScriptWorld.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebScriptWorld.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebScriptWorld.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -22,7 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebScriptWorld.h"
Modified: trunk/Source/WebKit/win/WebSecurityOrigin.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebSecurityOrigin.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebSecurityOrigin.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebSecurityOrigin.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebSerializedJSValue.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebSerializedJSValue.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebSerializedJSValue.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -22,7 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebSerializedJSValue.h"
Modified: trunk/Source/WebKit/win/WebTextRenderer.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebTextRenderer.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebTextRenderer.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebTextRenderer.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebURLAuthenticationChallenge.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLAuthenticationChallenge.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLAuthenticationChallenge.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebURLAuthenticationChallenge.h"
Modified: trunk/Source/WebKit/win/WebURLAuthenticationChallengeSender.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLAuthenticationChallengeSender.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLAuthenticationChallengeSender.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include <initguid.h>
#include "WebURLAuthenticationChallengeSender.h"
Modified: trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCFNet.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCFNet.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCFNet.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include <initguid.h>
#include "WebURLAuthenticationChallengeSender.h"
Modified: trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCurl.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCurl.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLAuthenticationChallengeSenderCurl.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include <initguid.h>
#include "WebURLAuthenticationChallengeSender.h"
Modified: trunk/Source/WebKit/win/WebURLCredential.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLCredential.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLCredential.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebURLCredential.h"
Modified: trunk/Source/WebKit/win/WebURLProtectionSpace.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLProtectionSpace.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLProtectionSpace.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKit.h"
#include "WebKitDLL.h"
#include "WebURLProtectionSpace.h"
Modified: trunk/Source/WebKit/win/WebURLResponse.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebURLResponse.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebURLResponse.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebURLResponse.h"
#include "WebKitDLL.h"
Modified: trunk/Source/WebKit/win/WebUserContentURLPattern.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebUserContentURLPattern.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebUserContentURLPattern.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -22,7 +22,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebUserContentURLPattern.h"
#include "MarshallingHelpers.h"
Modified: trunk/Source/WebKit/win/WebView.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebView.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebView.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -25,7 +25,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebView.h"
#include "BackForwardController.h"
Modified: trunk/Source/WebKit/win/WebWorkersPrivate.cpp (176891 => 176892)
--- trunk/Source/WebKit/win/WebWorkersPrivate.cpp 2014-12-06 00:31:17 UTC (rev 176891)
+++ trunk/Source/WebKit/win/WebWorkersPrivate.cpp 2014-12-06 00:33:33 UTC (rev 176892)
@@ -28,7 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "WebKitDLL.h"
#include "WebWorkersPrivate.h"