[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:40:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f2b8f9d90f5bccfe4a7db749c5673be891a80042
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 20:38:57 2009 +0000

    Don't include all JSC headers everywhere
    
    https://bugs.webkit.org/show_bug.cgi?id=32663
    
    Patch by Benjamin Otte <otte at gnome.org> on 2009-12-17
    Reviewed by Adam Roben.
    
    Remove HashMap HashSet and OwnPtr includes from PlatformString.h.
    Reduces code size of Gtk build by another 5%.
    
    * platform/text/PlatformString.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52278 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 800836e..1c8799e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-17  Benjamin Otte  <otte at gnome.org>
+
+        Reviewed by Adam Roben.
+
+        Don't include all JSC headers everywhere
+        https://bugs.webkit.org/show_bug.cgi?id=32663
+
+        Remove HashMap HashSet and OwnPtr includes from PlatformString.h.
+        Reduces code size of Gtk build by another 5%.
+
+        * platform/text/PlatformString.h:
+
 2009-12-17  Adam Roben  <aroben at apple.com>
 
         Mac/Qt build fixes
diff --git a/WebCore/platform/text/PlatformString.h b/WebCore/platform/text/PlatformString.h
index c988c1d..8a379be 100644
--- a/WebCore/platform/text/PlatformString.h
+++ b/WebCore/platform/text/PlatformString.h
@@ -31,10 +31,6 @@
 #include <objc/objc.h>
 #endif
 
-#include <wtf/HashMap.h>
-#include <wtf/HashSet.h>
-#include <wtf/OwnPtr.h>
-
 #if PLATFORM(CF)
 typedef const struct __CFString * CFStringRef;
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list