[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

aroben at apple.com aroben at apple.com
Thu Apr 8 00:41:02 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 40213811f54d96ae6eebd6d410aa83b88cf2ef4d
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