[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373
philn at webkit.org
philn at webkit.org
Thu Apr 8 01:38:46 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit fd4c808fa95d3f085c59a3265e0ac8c67ad0b9eb
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