Changeset 34416 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Jun 7, 2008, 3:20:31 AM (17 years ago)
Author:
[email protected]
Message:

Try to fix Gtk/gcc 4.3 build.

  • kjs/JSGlobalData.h: Include ustring.h instead of forward-declaring UString::Rep.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/JSGlobalData.h

    r34412 r34416  
    3131
    3232#include "list.h"
     33#include "ustring.h"
    3334#include <wtf/HashCountedSet.h>
    3435#include <wtf/HashSet.h>
     
    5051    class UString;
    5152    struct HashTable;
    52     struct UString::Rep;
    5353
    5454    // This serves as a bottleneck for accessing per-thread data structures.
Note: See TracChangeset for help on using the changeset viewer.