Title: [201755] trunk/Source/_javascript_Core
- Revision
- 201755
- Author
- [email protected]
- Date
- 2016-06-07 09:37:13 -0700 (Tue, 07 Jun 2016)
Log Message
[GTK] Include locale.h before using LC_ALL
https://bugs.webkit.org/show_bug.cgi?id=158470
Patch by Ting-Wei Lan <[email protected]> on 2016-06-07
Reviewed by Darin Adler.
* jsc.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (201754 => 201755)
--- trunk/Source/_javascript_Core/ChangeLog 2016-06-07 16:19:59 UTC (rev 201754)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-06-07 16:37:13 UTC (rev 201755)
@@ -1,3 +1,12 @@
+2016-06-07 Ting-Wei Lan <[email protected]>
+
+ [GTK] Include locale.h before using LC_ALL
+ https://bugs.webkit.org/show_bug.cgi?id=158470
+
+ Reviewed by Darin Adler.
+
+ * jsc.cpp:
+
2016-06-07 Joseph Pecoraro <[email protected]>
Unskip generator related stress tests
Modified: trunk/Source/_javascript_Core/jsc.cpp (201754 => 201755)
--- trunk/Source/_javascript_Core/jsc.cpp 2016-06-07 16:19:59 UTC (rev 201754)
+++ trunk/Source/_javascript_Core/jsc.cpp 2016-06-07 16:37:13 UTC (rev 201755)
@@ -61,6 +61,7 @@
#include "TestRunnerUtils.h"
#include "TypeProfilerLog.h"
#include "WASMModuleParser.h"
+#include <locale.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes