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

jberlin at webkit.org jberlin at webkit.org
Wed Dec 22 11:46:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d5331953c4d1cff20bc1312831f4e0e13408a2d8
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 16:09:49 2010 +0000

    2010-08-06  Jessie Berlin  <jberlin at apple.com>
    
            Windows Build Fix. Unreviewed.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            Add GCHandle.h and GCHandle.cpp.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64854 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ccccd78..86f0973 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-06  Jessie Berlin  <jberlin at apple.com>
+
+        Windows Build Fix. Unreviewed.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
+        Add GCHandle.h and GCHandle.cpp.
+
 2010-08-06  Nathan Lawrence  <nlawrence at apple.com>
 
         Reviewed by Geoffrey Garen.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
index 1c37bc8..83d34e3 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
@@ -717,6 +717,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\GCHandle.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\runtime\GCHandle.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\GetterSetter.cpp"
 				>
 			</File>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list