Changeset 52278 in webkit


Ignore:
Timestamp:
Dec 17, 2009 12:38:57 PM (14 years ago)
Author:
Adam Roben
Message:

Don't include all JSC headers everywhere

https://bugs.webkit.org/show_bug.cgi?id=32663

Patch by Benjamin Otte <otte@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:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52276 r52278  
     12009-12-17  Benjamin Otte  <otte@gnome.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Don't include all JSC headers everywhere
     6        https://bugs.webkit.org/show_bug.cgi?id=32663
     7
     8        Remove HashMap HashSet and OwnPtr includes from PlatformString.h.
     9        Reduces code size of Gtk build by another 5%.
     10
     11        * platform/text/PlatformString.h:
     12
    1132009-12-17  Adam Roben  <aroben@apple.com>
    214
  • trunk/WebCore/platform/text/PlatformString.h

    r52275 r52278  
    3232#endif
    3333
    34 #include <wtf/HashMap.h>
    35 #include <wtf/HashSet.h>
    36 #include <wtf/OwnPtr.h>
    37 
    3834#if PLATFORM(CF)
    3935typedef const struct __CFString * CFStringRef;
Note: See TracChangeset for help on using the changeset viewer.