Title: [240261] branches/safari-607-branch/Source/WTF
Revision
240261
Author
[email protected]
Date
2019-01-22 10:34:26 -0800 (Tue, 22 Jan 2019)

Log Message

Cherry-pick r239999. rdar://problem/47099573

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

    * wtf/RefCounter.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239999 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WTF/ChangeLog (240260 => 240261)


--- branches/safari-607-branch/Source/WTF/ChangeLog	2019-01-22 18:34:24 UTC (rev 240260)
+++ branches/safari-607-branch/Source/WTF/ChangeLog	2019-01-22 18:34:26 UTC (rev 240261)
@@ -1,5 +1,21 @@
 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.
+    
+    * wtf/RefCounter.h:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239999 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-22  Alan Coon  <[email protected]>
+
         Cherry-pick r239997. rdar://problem/47099573
 
     Fix iOS build after r239993

Modified: branches/safari-607-branch/Source/WTF/wtf/RefCounter.h (240260 => 240261)


--- branches/safari-607-branch/Source/WTF/wtf/RefCounter.h	2019-01-22 18:34:24 UTC (rev 240260)
+++ branches/safari-607-branch/Source/WTF/wtf/RefCounter.h	2019-01-22 18:34:26 UTC (rev 240261)
@@ -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