Title: [96809] trunk/Source/_javascript_Core
- Revision
- 96809
- Author
- gav...@chromium.org
- Date
- 2011-10-06 06:43:04 -0700 (Thu, 06 Oct 2011)
Log Message
export new stack dumping method
https://bugs.webkit.org/show_bug.cgi?id=69018
The original landing of bug 69018 didn't export WTFGetBacktrace, so that when bug 69453 landed, the first use
of this function, many builds broke. So here we add the exports, so that the function is usable.
Reviewed by Adam Roben.
* _javascript_Core.exp:
* _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (96808 => 96809)
--- trunk/Source/_javascript_Core/ChangeLog 2011-10-06 13:37:01 UTC (rev 96808)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-10-06 13:43:04 UTC (rev 96809)
@@ -1,3 +1,16 @@
+2011-10-06 Gavin Peters <gav...@chromium.org>
+
+ export new stack dumping method
+ https://bugs.webkit.org/show_bug.cgi?id=69018
+
+ The original landing of bug 69018 didn't export WTFGetBacktrace, so that when bug 69453 landed, the first use
+ of this function, many builds broke. So here we add the exports, so that the function is usable.
+
+ Reviewed by Adam Roben.
+
+ * _javascript_Core.exp:
+ * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def:
+
2011-10-06 Csaba Osztrogonác <o...@webkit.org>
REGRESSION(r96347): Build is broken with MSVC compiler if !PLATFORM(WINDOWS)
Modified: trunk/Source/_javascript_Core/_javascript_Core.exp (96808 => 96809)
--- trunk/Source/_javascript_Core/_javascript_Core.exp 2011-10-06 13:37:01 UTC (rev 96808)
+++ trunk/Source/_javascript_Core/_javascript_Core.exp 2011-10-06 13:43:04 UTC (rev 96809)
@@ -90,6 +90,7 @@
_JSWeakObjectMapGet
_JSWeakObjectMapRemove
_JSWeakObjectMapSet
+_WTFGetBacktrace
_WTFLog
_WTFLogVerbose
_WTFReportArgumentAssertionFailure
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def (96808 => 96809)
--- trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def 2011-10-06 13:37:01 UTC (rev 96808)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcproj/_javascript_Core/_javascript_Core.def 2011-10-06 13:43:04 UTC (rev 96809)
@@ -379,6 +379,7 @@
?writable@PropertyDescriptor@JSC@@QBE_NXZ
?writeBarrier@HandleHeap@JSC@@QAEXPAVJSValue@2@ABV32@@Z
?yield@WTF@@YAXXZ
+ WTFGetBacktrace
WTFLog
WTFLogVerbose
WTFReportArgumentAssertionFailure
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes