Title: [240281] branches/safari-607-branch/Source/WTF
- Revision
- 240281
- Author
- [email protected]
- Date
- 2019-01-22 12:58:20 -0800 (Tue, 22 Jan 2019)
Log Message
Revert r240261. rdar://problem/47099573
Modified Paths
Diff
Modified: branches/safari-607-branch/Source/WTF/ChangeLog (240280 => 240281)
--- branches/safari-607-branch/Source/WTF/ChangeLog 2019-01-22 20:58:17 UTC (rev 240280)
+++ branches/safari-607-branch/Source/WTF/ChangeLog 2019-01-22 20:58:20 UTC (rev 240281)
@@ -1,5 +1,9 @@
2019-01-22 Alan Coon <[email protected]>
+ Revert r240261. rdar://problem/47099573
+
+2019-01-22 Alan Coon <[email protected]>
+
Cherry-pick r239999. rdar://problem/47099573
Unreviewed, revert part of r239997 as it is not needed to fix the build.
Modified: branches/safari-607-branch/Source/WTF/wtf/RefCounter.h (240280 => 240281)
--- branches/safari-607-branch/Source/WTF/wtf/RefCounter.h 2019-01-22 20:58:17 UTC (rev 240280)
+++ branches/safari-607-branch/Source/WTF/wtf/RefCounter.h 2019-01-22 20:58:20 UTC (rev 240281)
@@ -65,6 +65,7 @@
using ValueChangeFunction = WTF::Function<void (RefCounterEvent)>;
RefCounter(ValueChangeFunction&& = nullptr);
+ RefCounter(RefCounter&&) = default;
~RefCounter();
Token count() const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes