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


Ignore:
Timestamp:
May 8, 2010, 7:02:24 PM (15 years ago)
Author:
Laszlo Gombos
Message:

2010-05-08 Laszlo Gombos <Laszlo Gombos>

Unreviewed, build fix.

Fix missing terminating ' character warning

The warning has been only seen on the Gtk buildbots.

  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r59041 r59042  
    790790
    791791#if PLATFORM(QT)
    792 // We musn't customize the global operator new and delete for the Qt port.
     792// We must not customize the global operator new and delete for the Qt port.
    793793#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
    794794#endif
Note: See TracChangeset for help on using the changeset viewer.