Title: [276259] trunk/Source/_javascript_Core
- Revision
- 276259
- Author
- [email protected]
- Date
- 2021-04-19 09:59:03 -0700 (Mon, 19 Apr 2021)
Log Message
Build fix for Debug -O3 after r276162.
https://bugs.webkit.org/show_bug.cgi?id=224681
rdar://76698113
Not reviewed.
* runtime/JSObject.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (276258 => 276259)
--- trunk/Source/_javascript_Core/ChangeLog 2021-04-19 16:53:53 UTC (rev 276258)
+++ trunk/Source/_javascript_Core/ChangeLog 2021-04-19 16:59:03 UTC (rev 276259)
@@ -1,3 +1,13 @@
+2021-04-19 Mark Lam <[email protected]>
+
+ Build fix for Debug -O3 after r276162.
+ https://bugs.webkit.org/show_bug.cgi?id=224681
+ rdar://76698113
+
+ Not reviewed.
+
+ * runtime/JSObject.cpp:
+
2021-04-19 Kimmo Kinnunen <[email protected]>
Enable -Wthread-safety, add attributes to custom lock classes, and provide macros to declare guards
Modified: trunk/Source/_javascript_Core/runtime/JSObject.cpp (276258 => 276259)
--- trunk/Source/_javascript_Core/runtime/JSObject.cpp 2021-04-19 16:53:53 UTC (rev 276258)
+++ trunk/Source/_javascript_Core/runtime/JSObject.cpp 2021-04-19 16:59:03 UTC (rev 276259)
@@ -42,6 +42,7 @@
#include "ProxyObject.h"
#include "TypeError.h"
#include "VMInlines.h"
+#include "VMTrapsInlines.h"
#include <wtf/Assertions.h>
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes