Changeset 46709 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Aug 2, 2009, 4:10:24 PM (16 years ago)
Author:
[email protected]
Message:

2009-08-02 Geoffrey Garen <[email protected]>

Reviewed by Sam Weinig.

Disabled JSVALUE32_64 on Qt builds, since all layout tests mysteriously
crash with it enabled.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r46701 r46709  
    566566#if PLATFORM(X86_64) && PLATFORM(MAC)
    567567#define WTF_USE_JSVALUE64 1
     568#elif PLATFORM(QT) // All Qt layout tests crash in JSVALUE32_64 mode.
     569#define WTF_USE_JSVALUE32 1
    568570#else
    569571#define WTF_USE_JSVALUE32_64 1
Note: See TracChangeset for help on using the changeset viewer.