[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

vestbo at webkit.org vestbo at webkit.org
Wed Apr 7 23:19:22 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 08bd665839042467ff615dc73bc7513cd3cd0c8d
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 3 11:56:24 2009 +0000

    [Qt] Build fix for Windows CE
    
    Rubber-stamped by Antti Koivisto.
    
    * plugins/PluginDatabase.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50449 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 464131f..2c88687 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-02  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Rubber-stamped by Antti Koivisto.
+
+        [Qt] Build fix for Windows CE
+
+        * plugins/PluginDatabase.cpp:
+
 2009-11-02  Chris Fleizach  <cfleizach at apple.com>
 
         Reviewed by David Levin.
diff --git a/WebCore/plugins/PluginDatabase.cpp b/WebCore/plugins/PluginDatabase.cpp
index 4a9fcf3..e15c2ec 100644
--- a/WebCore/plugins/PluginDatabase.cpp
+++ b/WebCore/plugins/PluginDatabase.cpp
@@ -380,7 +380,7 @@ Vector<String> PluginDatabase::defaultPluginDirectories()
     // Add paths specific to each port
 #if PLATFORM(QT)
     Vector<String> qtPaths;
-    String qtPath(getenv("QTWEBKIT_PLUGIN_PATH"));
+    String qtPath(qgetenv("QTWEBKIT_PLUGIN_PATH").constData());
     qtPath.split(UChar(':'), /* allowEmptyEntries */ false, qtPaths);
     paths.append(qtPaths);
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list