Title: [276121] trunk/Source/_javascript_Core
- Revision
- 276121
- Author
- [email protected]
- Date
- 2021-04-16 00:30:20 -0700 (Fri, 16 Apr 2021)
Log Message
Build fix for Debug -O3 after r276069.
https://bugs.webkit.org/show_bug.cgi?id=224619
Not reviewed.
* runtime/HashMapImplInlines.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (276120 => 276121)
--- trunk/Source/_javascript_Core/ChangeLog 2021-04-16 06:49:28 UTC (rev 276120)
+++ trunk/Source/_javascript_Core/ChangeLog 2021-04-16 07:30:20 UTC (rev 276121)
@@ -1,3 +1,12 @@
+2021-04-16 Mark Lam <[email protected]>
+
+ Build fix for Debug -O3 after r276069.
+ https://bugs.webkit.org/show_bug.cgi?id=224619
+
+ Not reviewed.
+
+ * runtime/HashMapImplInlines.h:
+
2021-04-15 Commit Queue <[email protected]>
Unreviewed, reverting r276112.
Modified: trunk/Source/_javascript_Core/runtime/HashMapImplInlines.h (276120 => 276121)
--- trunk/Source/_javascript_Core/runtime/HashMapImplInlines.h 2021-04-16 06:49:28 UTC (rev 276120)
+++ trunk/Source/_javascript_Core/runtime/HashMapImplInlines.h 2021-04-16 07:30:20 UTC (rev 276121)
@@ -27,6 +27,7 @@
#include "HashMapImpl.h"
#include "JSCJSValueInlines.h"
+#include "VMTrapsInlines.h"
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes