Changeset 201383 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- May 25, 2016, 8:23:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r201322 r201383 1932 1932 #endif 1933 1933 1934 #if PLATFORM(GTK) 1935 if (!setlocale(LC_ALL, "")) 1936 WTFLogAlways("Locale not supported by C library.\n\tUsing the fallback 'C' locale."); 1937 #endif 1938 1934 1939 // Need to initialize WTF threading before we start any threads. Cannot initialize JSC 1935 1940 // threading yet, since that would do somethings that we'd like to defer until after we
Note:
See TracChangeset
for help on using the changeset viewer.