[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

philn at webkit.org philn at webkit.org
Wed Feb 10 22:12:30 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit cfd36cce568c0054a33ebf5ec014b103f45b3385
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 4 09:11:44 2010 +0000

    2010-02-04  Philippe Normand  <pnormand at igalia.com>
    
            Rubber stamped by Xan Lopez.
    
            Missing include, build fix after landing of patch from the bug 34435.
    
            * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54332 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a7f44d3..89ca0fa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-04  Philippe Normand  <pnormand at igalia.com>
+
+        Rubber stamped by Xan Lopez.
+
+        Missing include, build fix after landing of patch from the bug 34435.
+
+        * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp:
+
 2010-02-02  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
index 4866112..0372021 100644
--- a/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
+++ b/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
@@ -32,6 +32,7 @@
 #include "Document.h"
 #include "Frame.h"
 #include "FrameView.h"
+#include "GOwnPtrGtk.h"
 #include "GraphicsContext.h"
 #include "IntRect.h"
 #include "KURL.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list