[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

slewis at apple.com slewis at apple.com
Thu Oct 29 20:44:11 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 2540ce4d74d2eabd6694c78a1459a8b85e658c3e
Author: slewis at apple.com <slewis at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 14 01:52:00 2009 +0000

    Fix null assignment so root tests work again.
    
    Reviewed by Mark Rowe.
    
    * Scripts/webkitdirs.pm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49543 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 5600a36..6c2c1f2 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-13  Stephanie Lewis  <slewis at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        Fix null assignment so root tests work again.
+
+        * Scripts/webkitdirs.pm:
+
 2009-10-13  Andras Becsi  <becsi.andras at stud.u-szeged.hu>
 
         Reviewed by Simon Hausmann.
diff --git a/WebKitTools/Scripts/webkitdirs.pm b/WebKitTools/Scripts/webkitdirs.pm
index e93e80e..8503b68 100644
--- a/WebKitTools/Scripts/webkitdirs.pm
+++ b/WebKitTools/Scripts/webkitdirs.pm
@@ -310,7 +310,7 @@ sub productDir
 
 sub jscProductDir
 {
-    my $productDir = determineConfigurationProductDir();
+    my $productDir = productDir();
     $productDir .= "/JavaScriptCore" if isQt();
     $productDir .= "/$configuration" if (isQt() && isWindows());
     $productDir .= "/Programs" if isGtk();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list