[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 15:23:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 67c4059b524b35a2bea1b21e655c60e65e39446c
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 2 18:40:13 2010 +0000

    Attempt to fix a GCC release only warning.
    
    * Shared/Plugins/NPVariantData.cpp:
    (WebKit::NPVariantData::NPVariantData):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71141 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 1f03f3e..02f0b16 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-02  Anders Carlsson  <andersca at apple.com>
 
+        Attempt to fix a GCC release only warning.
+
+        * Shared/Plugins/NPVariantData.cpp:
+        (WebKit::NPVariantData::NPVariantData):
+
+2010-11-02  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by John Sullivan.
 
         Invalidate the NPRemoteObjectMap
diff --git a/WebKit2/Shared/Plugins/NPVariantData.cpp b/WebKit2/Shared/Plugins/NPVariantData.cpp
index 70acc89..a36594e 100644
--- a/WebKit2/Shared/Plugins/NPVariantData.cpp
+++ b/WebKit2/Shared/Plugins/NPVariantData.cpp
@@ -35,6 +35,8 @@ namespace WebKit {
 
 NPVariantData::NPVariantData()
     : m_type(NPVariantData::Void)
+    , m_boolValue(false)
+    , m_doubleValue(0)
 {
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list