Title: [239999] trunk/Source/WTF
Revision
239999
Author
[email protected]
Date
2019-01-15 13:16:49 -0800 (Tue, 15 Jan 2019)

Log Message

Unreviewed, revert part of r239997 as it is not needed to fix the build.

* wtf/RefCounter.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (239998 => 239999)


--- trunk/Source/WTF/ChangeLog	2019-01-15 20:34:54 UTC (rev 239998)
+++ trunk/Source/WTF/ChangeLog	2019-01-15 21:16:49 UTC (rev 239999)
@@ -1,3 +1,9 @@
+2019-01-15  Chris Dumez  <[email protected]>
+
+        Unreviewed, revert part of r239997 as it is not needed to fix the build.
+
+        * wtf/RefCounter.h:
+
 2019-01-15  Alex Christensen  <[email protected]>
 
         Fix iOS build after r239993

Modified: trunk/Source/WTF/wtf/RefCounter.h (239998 => 239999)


--- trunk/Source/WTF/wtf/RefCounter.h	2019-01-15 20:34:54 UTC (rev 239998)
+++ trunk/Source/WTF/wtf/RefCounter.h	2019-01-15 21:16:49 UTC (rev 239999)
@@ -65,7 +65,6 @@
     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

Reply via email to