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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 11:34:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 33fda5e40f6fed6c777e3d3d07e7aeee906d13e5
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 29 16:35:36 2010 +0000

     Reviewed by Antonio Gomes.
    
     Initialize all members of NPClass struct.
     https://bugs.webkit.org/show_bug.cgi?id=43193
    
     * DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64285 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 469d5af..7047dc1 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-07-29  Csaba Osztrogonác  <ossy at webkit.org>
 
+         Reviewed by Antonio Gomes.
+
+         Initialize all members of NPClass struct.
+         https://bugs.webkit.org/show_bug.cgi?id=43193
+
+         * DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
+
+2010-07-29  Csaba Osztrogonác  <ossy at webkit.org>
+
         Reviewed by Antonio Gomes.
 
         Warning fix on platforms where XP_MACOSX is undefined.
diff --git a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp
index 671069e..d341ed6 100644
--- a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp
+++ b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp
@@ -116,6 +116,9 @@ static NPClass pluginClass = {
     pluginHasProperty,
     pluginGetProperty,
     pluginSetProperty,
+    0, // NPClass::removeProperty
+    0, // NPClass::enumerate
+    0  // NPClass::construct
 };
 
 NPClass *getPluginClass(void)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list