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

aroben at apple.com aroben at apple.com
Wed Dec 22 11:21:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 063d00becc39952bf84a1e51e1d674690bac5bfb
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 20 14:51:43 2010 +0000

    Windows build fix
    
    * WebCore.vcproj/WebCore.vcproj: Fixed case of "Name" attribute.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63743 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 19c18d7..4926773 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-20  Adam Roben  <aroben at apple.com>
+
+        Windows build fix
+
+        * WebCore.vcproj/WebCore.vcproj: Fixed case of "Name" attribute.
+
 2010-07-20  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
 
         Reviewed by Steve Block.
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index 0024251..d5ec174 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -40620,7 +40620,7 @@
 				RelativePath="..\bindings\ScriptControllerBase.h"
 				>
 			</File>
-			<Filter name="generic"
+			<Filter Name="generic"
 				>
 				<File
 					RelativePath="..\bindings\generic\RuntimeEnabledFeatures.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list