Title: [213664] trunk/Source/_javascript_Core
- Revision
- 213664
- Author
- [email protected]
- Date
- 2017-03-09 13:39:50 -0800 (Thu, 09 Mar 2017)
Log Message
Unreviewed, fix weak external symbol error.
* heap/SlotVisitor.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (213663 => 213664)
--- trunk/Source/_javascript_Core/ChangeLog 2017-03-09 21:28:00 UTC (rev 213663)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-03-09 21:39:50 UTC (rev 213664)
@@ -1,5 +1,11 @@
2017-03-09 Filip Pizlo <[email protected]>
+ Unreviewed, fix weak external symbol error.
+
+ * heap/SlotVisitor.h:
+
+2017-03-09 Filip Pizlo <[email protected]>
+
std::isnan/isinf should work with WTF time classes
https://bugs.webkit.org/show_bug.cgi?id=164991
Modified: trunk/Source/_javascript_Core/heap/SlotVisitor.h (213663 => 213664)
--- trunk/Source/_javascript_Core/heap/SlotVisitor.h 2017-03-09 21:28:00 UTC (rev 213663)
+++ trunk/Source/_javascript_Core/heap/SlotVisitor.h 2017-03-09 21:39:50 UTC (rev 213664)
@@ -85,7 +85,7 @@
//
// If you are not a root and you don't know what kind of barrier you have, then you
// shouldn't call these methods.
- JS_EXPORT_PRIVATE void appendUnbarriered(JSValue);
+ void appendUnbarriered(JSValue);
void appendUnbarriered(JSValue*, size_t);
void appendUnbarriered(JSCell*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes