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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:48:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 228ba220cdc9ab371398af7afa6314dda62fa5fe
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 12 19:37:14 2010 +0000

    2010-11-12  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Remove unnecessary header for FontPlatformDataPango.cpp
            https://bugs.webkit.org/show_bug.cgi?id=46029
    
            Remove unnecessary header includes.
            No new tests, as there's no functionality.
    
            * platform/graphics/pango/FontPlatformDataPango.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71933 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3cf7d58..a6beaf7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-11-12  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Remove unnecessary header for FontPlatformDataPango.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=46029
+
+        Remove unnecessary header includes.
+        No new tests, as there's no functionality.
+
+        * platform/graphics/pango/FontPlatformDataPango.cpp:
+
 2010-11-11  Abhishek Arya  <inferno at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/platform/graphics/pango/FontPlatformDataPango.cpp b/WebCore/platform/graphics/pango/FontPlatformDataPango.cpp
index 59cd3da..03dc33d 100644
--- a/WebCore/platform/graphics/pango/FontPlatformDataPango.cpp
+++ b/WebCore/platform/graphics/pango/FontPlatformDataPango.cpp
@@ -39,7 +39,6 @@
 #include <cairo-ft.h>
 #include <pango/pangofc-fontmap.h>
 #endif
-#include <gtk/gtk.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list