Changeset 64861 in webkit for trunk/JavaScriptCore/wtf/Forward.h


Ignore:
Timestamp:
Aug 6, 2010, 11:49:23 AM (15 years ago)
Author:
[email protected]
Message:

2010-08-06 Jessie Berlin <[email protected]>

Roll out http://trac.webkit.org/changeset/64801, which broke the Safari Windows Build.
Unreviewed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Forward.h

    r64801 r64861  
    3232    template<typename T> class RefPtr;
    3333    template<typename T, size_t inlineCapacity> class Vector;
    34 
    35     class CString;
    3634}
    3735
     
    4442using WTF::Vector;
    4543
    46 using WTF::CString;
    47 
    48 namespace WebCore {
    49     class AtomicString;
    50     class AtomicStringImpl;
    51     class String;
    52     class StringImpl;
    53 }
    54 
    55 using WebCore::AtomicString;
    56 using WebCore::AtomicStringImpl;
    57 using WebCore::String;
    58 using WebCore::StringImpl;
    59 
    6044#endif // WTF_Forward_h
Note: See TracChangeset for help on using the changeset viewer.