Title: [225903] trunk/Source/_javascript_Core
- Revision
- 225903
- Author
- [email protected]
- Date
- 2017-12-14 07:36:31 -0800 (Thu, 14 Dec 2017)
Log Message
REGRESSION (r225887): Build broke due to missing includes in InferredValue.h
<https://bugs.webkit.org/show_bug.cgi?id=180738>
* runtime/InferredValue.h: Attempt to fix build by adding
missing #include statements.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (225902 => 225903)
--- trunk/Source/_javascript_Core/ChangeLog 2017-12-14 14:37:42 UTC (rev 225902)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-12-14 15:36:31 UTC (rev 225903)
@@ -1,3 +1,11 @@
+2017-12-14 David Kilzer <[email protected]>
+
+ REGRESSION (r225887): Build broke due to missing includes in InferredValue.h
+ <https://bugs.webkit.org/show_bug.cgi?id=180738>
+
+ * runtime/InferredValue.h: Attempt to fix build by adding
+ missing #include statements.
+
2017-12-13 Filip Pizlo <[email protected]>
Octane/richards regressed by a whopping 20% because eliminateCommonSubexpressions has a weird fixpoint requirement
Modified: trunk/Source/_javascript_Core/runtime/InferredValue.h (225902 => 225903)
--- trunk/Source/_javascript_Core/runtime/InferredValue.h 2017-12-14 14:37:42 UTC (rev 225902)
+++ trunk/Source/_javascript_Core/runtime/InferredValue.h 2017-12-14 15:36:31 UTC (rev 225903)
@@ -25,7 +25,9 @@
#pragma once
+#include "IsoSubspace.h"
#include "JSCell.h"
+#include "VM.h"
#include "Watchpoint.h"
#include "WriteBarrier.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes