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

andersca at apple.com andersca at apple.com
Wed Dec 22 14:03:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f110945800e27d232ff4610a0d0be65ab94e3334
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 1 23:49:58 2010 +0000

    Fix typo.
    
    * platform/network/qt/ProxyServerQt.cpp:
    (WebCore::proxyServersForURL):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68954 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index bc2ec0d..8f5c497 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-10-01  Anders Carlsson  <andersca at apple.com>
 
+        Fix typo.
+
+        * platform/network/qt/ProxyServerQt.cpp:
+        (WebCore::proxyServersForURL):
+
+2010-10-01  Anders Carlsson  <andersca at apple.com>
+
         Add Qt ProxyServer stub.
 
         * WebCore.pro:
diff --git a/WebCore/platform/network/qt/ProxyServerQt.cpp b/WebCore/platform/network/qt/ProxyServerQt.cpp
index 0c643e4..81849e5 100644
--- a/WebCore/platform/network/qt/ProxyServerQt.cpp
+++ b/WebCore/platform/network/qt/ProxyServerQt.cpp
@@ -33,7 +33,7 @@ namespace WebCore {
 
 Vector<ProxyServer> proxyServersForURL(const KURL&)
 {
-    NotImplemented();
+    notImplemented();
     return Vector<ProxyServer>();
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list