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

philn at webkit.org philn at webkit.org
Wed Dec 22 12:56:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 97bc35e75a75dcf1d3b82072c6abf81f192194ec
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 2 09:17:16 2010 +0000

    2010-09-02  Philippe Normand  <pnormand at igalia.com>
    
            Unreviewed, GTK build fix.
    
            * platform/graphics/gstreamer/GStreamerGWorld.cpp:
            (WebCore::GStreamerGWorld::enterFullscreen):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66651 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4bb0c10..46bd286 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-02  Philippe Normand  <pnormand at igalia.com>
+
+        Unreviewed, GTK build fix.
+
+        * platform/graphics/gstreamer/GStreamerGWorld.cpp:
+        (WebCore::GStreamerGWorld::enterFullscreen):
+
 2010-09-02  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp b/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp
index 01711e6..e1efdd4 100644
--- a/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp
+++ b/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp
@@ -122,9 +122,10 @@ bool GStreamerGWorld::enterFullscreen()
         return true;
     }
 #else
-    // GStreamer < 0.10.30 doesn't set the query result correctly.
+    // GStreamer < 0.10.30 doesn't set the query result correctly, so
+    // just ignore it to avoid a compilation warning.
     // See https://bugzilla.gnome.org/show_bug.cgi?id=620490.
-    UNUSED_PARAM(queryResult);
+    (void) queryResult;
 #endif
 
     GstFormat format;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list