Title: [216444] trunk/Source/WTF
Revision
216444
Author
mark....@apple.com
Date
2017-05-08 12:50:51 -0700 (Mon, 08 May 2017)

Log Message

Speculative Windows build fix after r216428.
https://bugs.webkit.org/show_bug.cgi?id=171776

Not reviewed.

* wtf/StackTrace.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (216443 => 216444)


--- trunk/Source/WTF/ChangeLog	2017-05-08 19:17:29 UTC (rev 216443)
+++ trunk/Source/WTF/ChangeLog	2017-05-08 19:50:51 UTC (rev 216444)
@@ -1,5 +1,14 @@
 2017-05-08  Mark Lam  <mark....@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....@apple.com>
+
         Introduce ExceptionScope::assertNoException() and releaseAssertNoException().
         https://bugs.webkit.org/show_bug.cgi?id=171776
 

Modified: trunk/Source/WTF/wtf/StackTrace.h (216443 => 216444)


--- trunk/Source/WTF/wtf/StackTrace.h	2017-05-08 19:17:29 UTC (rev 216443)
+++ trunk/Source/WTF/wtf/StackTrace.h	2017-05-08 19:50:51 UTC (rev 216444)
@@ -36,7 +36,7 @@
 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)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to