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

kbalazs at webkit.org kbalazs at webkit.org
Wed Dec 22 14:22:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4e5822ec34870b5e23e6a27b19dad9c66c8a1080
Author: kbalazs at webkit.org <kbalazs at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 12:34:11 2010 +0000

    Unreviewed build fix for r69297
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69299 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index bd69255..a8d30d6 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-07  Balazs Kelemen  <Balazs Kelemen>
+
+        Unreviewed trivial build fix for r69297
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::blankURL):
+
 2010-10-07  Balazs Kelemen  <kbalazs at webkit.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/WebKitTestRunner/TestController.cpp b/WebKitTools/WebKitTestRunner/TestController.cpp
index 9608235..e6c106f 100644
--- a/WebKitTools/WebKitTestRunner/TestController.cpp
+++ b/WebKitTools/WebKitTestRunner/TestController.cpp
@@ -36,7 +36,7 @@ namespace WTR {
 
 static WKURLRef blankURL()
 {
-    static staticBlankURL = WKURLCreateWithUTF8CString("about:blank");
+    static WKURLRef staticBlankURL = WKURLCreateWithUTF8CString("about:blank");
     retun staticBlankURL;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list