Title: [276227] trunk/Source/_javascript_Core
- Revision
- 276227
- Author
- [email protected]
- Date
- 2021-04-18 01:35:29 -0700 (Sun, 18 Apr 2021)
Log Message
Unreviewed, build fix
https://bugs.webkit.org/show_bug.cgi?id=224715
* dfg/DFGDesiredWatchpoints.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (276226 => 276227)
--- trunk/Source/_javascript_Core/ChangeLog 2021-04-18 08:06:48 UTC (rev 276226)
+++ trunk/Source/_javascript_Core/ChangeLog 2021-04-18 08:35:29 UTC (rev 276227)
@@ -1,5 +1,12 @@
2021-04-18 Yusuke Suzuki <[email protected]>
+ Unreviewed, build fix
+ https://bugs.webkit.org/show_bug.cgi?id=224715
+
+ * dfg/DFGDesiredWatchpoints.h:
+
+2021-04-18 Yusuke Suzuki <[email protected]>
+
[JSC] Do not use Bag<> for DFG / FTL watchpoints
https://bugs.webkit.org/show_bug.cgi?id=224715
Modified: trunk/Source/_javascript_Core/dfg/DFGDesiredWatchpoints.h (276226 => 276227)
--- trunk/Source/_javascript_Core/dfg/DFGDesiredWatchpoints.h 2021-04-18 08:06:48 UTC (rev 276226)
+++ trunk/Source/_javascript_Core/dfg/DFGDesiredWatchpoints.h 2021-04-18 08:35:29 UTC (rev 276227)
@@ -46,6 +46,8 @@
class WatchpointCollector final {
WTF_MAKE_NONCOPYABLE(WatchpointCollector);
public:
+ WatchpointCollector() = default;
+
void materialize()
{
m_watchpoints = FixedVector<CodeBlockJettisoningWatchpoint>(m_watchpointCount);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes