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


Ignore:
Timestamp:
Aug 2, 2009, 11:33:07 PM (16 years ago)
Author:
[email protected]
Message:

2009-08-02 Xan Lopez <[email protected]>

Fix the GTK+ build.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r46709 r46712  
    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.
     568#elif PLATFORM(QT) /* All Qt layout tests crash in JSVALUE32_64 mode. */
    569569#define WTF_USE_JSVALUE32 1
    570570#else
Note: See TracChangeset for help on using the changeset viewer.