https://bugs.webkit.org/show_bug.cgi?id=171776
Not reviewed.
* wtf/StackTrace.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@216444
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2017-05-08 Mark Lam <mark.lam@apple.com>
+ Speculative Windows build fix after r216428.
+ https://bugs.webkit.org/show_bug.cgi?id=171776
+
+ Not reviewed.
+
+ * wtf/StackTrace.h:
+
+2017-05-08 Mark Lam <mark.lam@apple.com>
+
Introduce ExceptionScope::assertNoException() and releaseAssertNoException().
https://bugs.webkit.org/show_bug.cgi?id=171776
class StackTrace {
WTF_MAKE_FAST_ALLOCATED;
public:
- static StackTrace* captureStackTrace(int maxFrames, int framesToSkip = 0);
+ WTF_EXPORT_PRIVATE static StackTrace* captureStackTrace(int maxFrames, int framesToSkip = 0);
// Borrowed stack trace.
StackTrace(void** stack, int size)