Title: [207430] trunk/Source/_javascript_Core
- Revision
- 207430
- Author
- [email protected]
- Date
- 2016-10-17 14:10:34 -0700 (Mon, 17 Oct 2016)
Log Message
Unreviewed, build fix after r207428
https://bugs.webkit.org/show_bug.cgi?id=163223
Previous build fix r207428 broke all the builds.
* bytecode/PolymorphicAccess.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (207429 => 207430)
--- trunk/Source/_javascript_Core/ChangeLog 2016-10-17 21:00:47 UTC (rev 207429)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-10-17 21:10:34 UTC (rev 207430)
@@ -1,5 +1,14 @@
2016-10-17 Yusuke Suzuki <[email protected]>
+ Unreviewed, build fix after r207428
+ https://bugs.webkit.org/show_bug.cgi?id=163223
+
+ Previous build fix r207428 broke all the builds.
+
+ * bytecode/PolymorphicAccess.h:
+
+2016-10-17 Yusuke Suzuki <[email protected]>
+
Unreviewed, build fix for GTK and Windows
https://bugs.webkit.org/show_bug.cgi?id=163223
Modified: trunk/Source/_javascript_Core/bytecode/PolymorphicAccess.h (207429 => 207430)
--- trunk/Source/_javascript_Core/bytecode/PolymorphicAccess.h 2016-10-17 21:00:47 UTC (rev 207429)
+++ trunk/Source/_javascript_Core/bytecode/PolymorphicAccess.h 2016-10-17 21:10:34 UTC (rev 207430)
@@ -474,6 +474,7 @@
void succeed();
struct SpillState {
+ SpillState() = default;
SpillState(RegisterSet&& regs, unsigned usedStackBytes)
: spilledRegisters(WTFMove(regs))
, numberOfStackBytesUsedForRegisterPreservation(usedStackBytes)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes