Title: [190743] trunk/Source/_javascript_Core
- Revision
- 190743
- Author
- [email protected]
- Date
- 2015-10-08 13:53:27 -0700 (Thu, 08 Oct 2015)
Log Message
Unreviewed build fix. Missing forward declaration.
* heap/Heap.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (190742 => 190743)
--- trunk/Source/_javascript_Core/ChangeLog 2015-10-08 20:53:07 UTC (rev 190742)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-10-08 20:53:27 UTC (rev 190743)
@@ -1,3 +1,9 @@
+2015-10-08 Joseph Pecoraro <[email protected]>
+
+ Unreviewed build fix. Missing forward declaration.
+
+ * heap/Heap.h:
+
2015-10-08 Saam barati <[email protected]>
Unreviewed Cloop build fix after bug: https://bugs.webkit.org/show_bug.cgi?id=149601
Modified: trunk/Source/_javascript_Core/heap/Heap.h (190742 => 190743)
--- trunk/Source/_javascript_Core/heap/Heap.h 2015-10-08 20:53:07 UTC (rev 190742)
+++ trunk/Source/_javascript_Core/heap/Heap.h 2015-10-08 20:53:27 UTC (rev 190743)
@@ -74,6 +74,7 @@
class SlotVisitor;
namespace DFG {
+class SpeculativeJIT;
class Worklist;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes