[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

sfalken at apple.com sfalken at apple.com
Wed Dec 22 15:56:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fad9a66fc5238f6e0ab5ef91b765f70f53dfa2a3
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 17 02:39:32 2010 +0000

    Force a clean build for Windows projects using precompiled headers. Unreviewed.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72158 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index f72e739..f763bb3 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -156,4 +156,3 @@
 #undef try
 #undef catch
 #endif
-
diff --git a/WebKit/win/WebKitPrefix.h b/WebKit/win/WebKitPrefix.h
index 2ff6baf..3086f0b 100644
--- a/WebKit/win/WebKitPrefix.h
+++ b/WebKit/win/WebKitPrefix.h
@@ -49,3 +49,4 @@
 
 #include <CoreFoundation/CoreFoundation.h>
 #include <WebKit/WebKit.h>
+
diff --git a/WebKit2/WebKit2Prefix.h b/WebKit2/WebKit2Prefix.h
index bdfc181..463121c 100644
--- a/WebKit2/WebKit2Prefix.h
+++ b/WebKit2/WebKit2Prefix.h
@@ -109,4 +109,3 @@ static const type& name() \
 #endif
 
 #endif /* defined(WIN32) || defined(_WIN32) */
-
diff --git a/WebKitTools/MiniBrowser/win/stdafx.h b/WebKitTools/MiniBrowser/win/stdafx.h
index 0522a17..c5a35f9 100644
--- a/WebKitTools/MiniBrowser/win/stdafx.h
+++ b/WebKitTools/MiniBrowser/win/stdafx.h
@@ -28,4 +28,3 @@
 
 #include <tchar.h>
 #include <windows.h>
-
diff --git a/WebKitTools/WinLauncher/stdafx.h b/WebKitTools/WinLauncher/stdafx.h
index 86f76cc..bdae5cd 100644
--- a/WebKitTools/WinLauncher/stdafx.h
+++ b/WebKitTools/WinLauncher/stdafx.h
@@ -67,3 +67,4 @@
 #include <crtdbg.h>
 #endif
 #endif
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list