[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

steveblock at google.com steveblock at google.com
Thu Apr 8 01:14:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit c346642c1ff045de16400e41de8b687469593858
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 19 12:30:19 2010 +0000

    Unreviewed build fix.
    
    Fixes Windows build due to http://trac.webkit.org/changeset/53464
    Updates WebCore.vcproj to reflect renaming of runtime.[cpp|h] to Bridge.[cpp|h]
    
    No new tests, build fix only.
    
    * WebCore.vcproj/WebCore.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53465 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c9c0064..9a6641b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2010-01-19  Steve Block  <steveblock at google.com>
 
+        Unreviewed build fix.
+
+        Fixes Windows build due to http://trac.webkit.org/changeset/53464
+        Updates WebCore.vcproj to reflect renaming of runtime.[cpp|h] to Bridge.[cpp|h]
+
+        No new tests, build fix only.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
+2010-01-19  Steve Block  <steveblock at google.com>
+
         Reviewed by Adam Barth.
 
         Renames WebCore/bridge/runtime.[cpp|h] to WebCore/bridge/Bridge.[cpp|h]
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index 5d2ad8c..aa36239 100644
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -42441,11 +42441,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\bridge\runtime.cpp"
+				RelativePath="..\bridge\Bridge.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\bridge\runtime.h"
+				RelativePath="..\bridge\Bridge.h"
 				>
 			</File>
 			<File

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list