[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:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1c0d6f0c56cdb8bd5f40064037c9c3206c976fe2
Author: kbalazs at webkit.org <kbalazs at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 13:01:33 2010 +0000

    2010-10-07  Balazs Kelemen  <kbalazs at webkit.org>
    
            Unreviewed buildfix for 69297 again
    
            * WebKitTestRunner/TestController.cpp:
            (WTR::blankURL):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69303 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index a8d30d6..41cbade 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-07  Balazs Kelemen  <kbalazs at webkit.org>
+
+        Unreviewed buildfix for 69297 again
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::blankURL):
+
 2010-10-07  Balazs Kelemen  <Balazs Kelemen>
 
         Unreviewed trivial build fix for r69297
diff --git a/WebKitTools/WebKitTestRunner/TestController.cpp b/WebKitTools/WebKitTestRunner/TestController.cpp
index e6c106f..901f8df 100644
--- a/WebKitTools/WebKitTestRunner/TestController.cpp
+++ b/WebKitTools/WebKitTestRunner/TestController.cpp
@@ -37,7 +37,7 @@ namespace WTR {
 static WKURLRef blankURL()
 {
     static WKURLRef staticBlankURL = WKURLCreateWithUTF8CString("about:blank");
-    retun staticBlankURL;
+    return staticBlankURL;
 }
 
 static TestController* controller;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list