Title: [117688] trunk/Source/_javascript_Core
- Revision
- 117688
- Author
- [email protected]
- Date
- 2012-05-19 04:18:13 -0700 (Sat, 19 May 2012)
Log Message
Windows build broken due to changes in the http://trac.webkit.org/changeset/117646
https://bugs.webkit.org/show_bug.cgi?id=86939
The changeset 117646 changed the JSString::toBoolean signature. This
change is for fixing the windows build break.
Patch by Vivek Galatage <[email protected]> on 2012-05-19
Reviewed by Ryosuke Niwa.
* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (117687 => 117688)
--- trunk/Source/_javascript_Core/ChangeLog 2012-05-19 09:29:43 UTC (rev 117687)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-05-19 11:18:13 UTC (rev 117688)
@@ -1,3 +1,15 @@
+2012-05-19 Vivek Galatage <[email protected]>
+
+ Windows build broken due to changes in the http://trac.webkit.org/changeset/117646
+ https://bugs.webkit.org/show_bug.cgi?id=86939
+
+ The changeset 117646 changed the JSString::toBoolean signature. This
+ change is for fixing the windows build break.
+
+ Reviewed by Ryosuke Niwa.
+
+ * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:
+
2012-05-18 Filip Pizlo <[email protected]>
REGRESSION(117646): fast/canvas/webgl/glsl-conformance.html is crashing in the DFG
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (117687 => 117688)
--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def 2012-05-19 09:29:43 UTC (rev 117687)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def 2012-05-19 11:18:13 UTC (rev 117688)
@@ -330,7 +330,7 @@
?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z
?tlsKeyCount@WTF@@YAAAJXZ
?tlsKeys@WTF@@YAPAKXZ
- ?toBoolean@JSString@JSC@@QBE_NPAVExecState@2@@Z
+ ?toBoolean@JSString@JSC@@QBE_NXZ
?toInt32@JSC@@YAHN@Z
?toInteger@JSValue@JSC@@QBENPAVExecState@2@@Z
?toNumberSlowCase@JSValue@JSC@@ABENPAVExecState@2@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes