Changeset 26770 in webkit


Ignore:
Timestamp:
Oct 19, 2007 4:28:58 AM (17 years ago)
Author:
hausmann
Message:

Another build fix for the windows/qt build: Apply the same fix as in revision 26686 also to kjs/config.h to disable the disallowctype feature.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r26760 r26770  
     12007-10-19  Simon Hausmann  <hausmann@kde.org>
     2
     3        Reviewed by Lars.
     4
     5        Another build fix for the windows/qt build: Apply the same fix as in revision 26686 also to kjs/config.h to disable the disallowctype feature.
     6
     7        * kjs/config.h:
     8
    192007-10-18  Maciej Stachowiak  <mjs@apple.com>
    210
  • trunk/JavaScriptCore/kjs/config.h

    r26676 r26770  
    8787#endif
    8888
     89#if !PLATFORM(QT) // this breaks compilation of <QFontDatabase>, at least, so turn it off for now
    8990#include <wtf/DisallowCType.h>
     91#endif
Note: See TracChangeset for help on using the changeset viewer.