Title: [240282] branches/safari-607-branch/Source

Diff

Modified: branches/safari-607-branch/Source/WTF/ChangeLog (240281 => 240282)


--- branches/safari-607-branch/Source/WTF/ChangeLog	2019-01-22 20:58:20 UTC (rev 240281)
+++ branches/safari-607-branch/Source/WTF/ChangeLog	2019-01-22 20:58:23 UTC (rev 240282)
@@ -1,5 +1,9 @@
 2019-01-22  Alan Coon  <[email protected]>
 
+        Revert r240260. rdar://problem/47099573
+
+2019-01-22  Alan Coon  <[email protected]>
+
         Revert r240261. rdar://problem/47099573
 
 2019-01-22  Alan Coon  <[email protected]>

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


--- branches/safari-607-branch/Source/WTF/wtf/RefCounter.h	2019-01-22 20:58:20 UTC (rev 240281)
+++ branches/safari-607-branch/Source/WTF/wtf/RefCounter.h	2019-01-22 20:58:23 UTC (rev 240282)
@@ -65,7 +65,6 @@
     using ValueChangeFunction = WTF::Function<void (RefCounterEvent)>;
 
     RefCounter(ValueChangeFunction&& = nullptr);
-    RefCounter(RefCounter&&) = default;
     ~RefCounter();
 
     Token count() const

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (240281 => 240282)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-01-22 20:58:20 UTC (rev 240281)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-01-22 20:58:23 UTC (rev 240282)
@@ -1,5 +1,9 @@
 2019-01-22  Alan Coon  <[email protected]>
 
+        Revert r240260. rdar://problem/47099573
+
+2019-01-22  Alan Coon  <[email protected]>
+
         Revert r240262. rdar://problem/47099573
 
 2019-01-22  Alan Coon  <[email protected]>

Modified: branches/safari-607-branch/Source/WebKit/UIProcess/ProvisionalPageProxy.h (240281 => 240282)


--- branches/safari-607-branch/Source/WebKit/UIProcess/ProvisionalPageProxy.h	2019-01-22 20:58:20 UTC (rev 240281)
+++ branches/safari-607-branch/Source/WebKit/UIProcess/ProvisionalPageProxy.h	2019-01-22 20:58:23 UTC (rev 240282)
@@ -88,7 +88,7 @@
     URL m_provisionalLoadURL;
 
 #if PLATFORM(IOS_FAMILY)
-    ProcessThrottler::ForegroundActivityToken m_suspensionToken;
+    ProcessThrottler::BackgroundActivityToken m_suspensionToken;
 #endif
 };
 

Modified: branches/safari-607-branch/Source/WebKit/UIProcess/SuspendedPageProxy.h (240281 => 240282)


--- branches/safari-607-branch/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-01-22 20:58:20 UTC (rev 240281)
+++ branches/safari-607-branch/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-01-22 20:58:23 UTC (rev 240282)
@@ -72,7 +72,7 @@
     SuspensionState m_suspensionState { SuspensionState::Suspending };
     CompletionHandler<void(SuspendedPageProxy*)> m_readyToUnsuspendHandler;
 #if PLATFORM(IOS_FAMILY)
-    ProcessThrottler::BackgroundActivityToken m_suspensionToken;
+    ProcessThrottler::ForegroundActivityToken m_suspensionToken;
 #endif
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to