Changeset 31941 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Apr 16, 2008, 5:51:07 AM (17 years ago)
Author:
[email protected]
Message:

2008-04-16 Holger Hans Peter Freyther <[email protected]>

Unreviewed build fix for MSVC. It does not want to have
WTF in the KJS namespace.

  • kjs/CommonIdentifiers.h:
File:
1 edited

Legend:

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

    r31936 r31941  
    7575    private:
    7676        CommonIdentifiers();
    77         template<typename T> friend class WTF::ThreadSpecific;
     77        template<typename T> friend class ::WTF::ThreadSpecific;
    7878
    7979    public:
Note: See TracChangeset for help on using the changeset viewer.