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

philn at webkit.org philn at webkit.org
Fri Feb 26 22:20:13 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 9379beeab0bd4ba3f3dd74191693e84ef155e06e
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 15 18:35:01 2010 +0000

    2010-02-15  Philippe Normand  <pnormand at igalia.com>
    
            Rubber-stamped by Gustavo Noronha Silva.
    
            Removed redefine of LOG_VERBOSE. This should not have commited in
            the first place.
    
            * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54782 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 81fd5ea..30d5f0b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-15  Philippe Normand  <pnormand at igalia.com>
+
+        Rubber-stamped by Gustavo Noronha Silva.
+
+        Removed redefine of LOG_VERBOSE. This should not have commited in
+        the first place.
+
+        * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
+
 2010-02-15  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
index 965bacd..55fa180 100644
--- a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
+++ b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
@@ -55,8 +55,6 @@
 #include <webkit/webkitwebview.h>
 #include <wtf/gtk/GOwnPtr.h>
 
-#define LOG_VERBOSE(channel, fmt, args...) g_printerr(fmt "\n", ##args)
-
 using namespace std;
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list