Changeset 58305 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 27, 2010, 6:55:08 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r58287 r58305 1 2010-04-21 Jocelyn Turcotte <[email protected]> 2 3 Reviewed by Kenneth Rohde Christiansen. 4 5 [Qt] Make sure WebKit is not compiled using C++0x. 6 https://bugs.webkit.org/show_bug.cgi?id=37867 7 8 As the rest of Qt compiles in the C++0x mode, people might start 9 compiling it in this mode. WebKit don't support this yet. 10 11 Patch by Thiago Macieira <[email protected]> 12 13 * JavaScriptCore.pro: 14 1 15 2010-04-26 Oliver Hunt <[email protected]> 2 16 -
trunk/JavaScriptCore/JavaScriptCore.pro
r58286 r58305 233 233 SOURCES += wtf/TCSystemAlloc.cpp 234 234 } 235 236 # Disable C++0x mode in JSC for those who enabled it in their Qt's mkspec 237 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x
Note:
See TracChangeset
for help on using the changeset viewer.