[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

aroben at apple.com aroben at apple.com
Tue Jan 5 23:52:48 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0178ad54270a1338b300fe372c118426cce0f282
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 21:19:24 2009 +0000

    Chromium build fix III
    
    * platform/graphics/Font.h: Added now-needed #include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52283 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 581217e..fa9d769 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-17  Adam Roben  <aroben at apple.com>
 
+        Chromium build fix III
+
+        * platform/graphics/Font.h: Added now-needed #include.
+
+2009-12-17  Adam Roben  <aroben at apple.com>
+
         Chromium build fix II
 
         * dom/EventTarget.h: Added now-needed #include.
diff --git a/WebCore/platform/graphics/Font.h b/WebCore/platform/graphics/Font.h
index c067071..fbb738a 100644
--- a/WebCore/platform/graphics/Font.h
+++ b/WebCore/platform/graphics/Font.h
@@ -29,6 +29,7 @@
 #include "FontDescription.h"
 #include "SimpleFontData.h"
 #include <wtf/HashMap.h>
+#include <wtf/HashSet.h>
 #include <wtf/MathExtras.h>
 
 #if PLATFORM(QT)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list