[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:17:12 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b2247b60cb70363439a45c8f1376a05ac21187b9
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 10 22:01:03 2010 +0000

    2010-02-10  Eric Seidel  <eric at webkit.org>
    
            No review, Mac build fix.
    
            Crash in Flash at http://www.cctv.com/
            https://bugs.webkit.org/show_bug.cgi?id=34673
    
            * plugins/PluginViewNone.cpp:
            (WebCore::PluginView::getValueStatic):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54622 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c34861c..2ab2c01 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-10  Eric Seidel  <eric at webkit.org>
+
+        No review, Mac build fix.
+
+        Crash in Flash at http://www.cctv.com/
+        https://bugs.webkit.org/show_bug.cgi?id=34673
+
+        * plugins/PluginViewNone.cpp:
+        (WebCore::PluginView::getValueStatic):
+
 2010-02-10  Gustavo Noronha Silva  <gns at gnome.org>
 
         Reviewed by Xan Lopez.
diff --git a/WebCore/plugins/PluginViewNone.cpp b/WebCore/plugins/PluginViewNone.cpp
index 8b2f17a..2821afc 100644
--- a/WebCore/plugins/PluginViewNone.cpp
+++ b/WebCore/plugins/PluginViewNone.cpp
@@ -73,7 +73,7 @@ NPError PluginView::getValue(NPNVariable, void*)
 }
 
 #if ENABLE(NETSCAPE_PLUGIN_API)
-NPError PluginView::getValueStatic(NPNVariable variable, void* value)
+NPError PluginView::getValueStatic(NPNVariable, void*)
 {
     return 0;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list