Title: [259635] trunk/Source/WebKit
Revision
259635
Author
[email protected]
Date
2020-04-07 08:23:33 -0700 (Tue, 07 Apr 2020)

Log Message

Unreviewed, drop bad assertion introduced in r259610.

On some bots (in particular OpenSource iOS ones), we are unable to take the assertion
so this assertion does not hold true.

* UIProcess/ios/ProcessAssertionIOS.mm:
(WebKit::ProcessAssertion::ProcessAssertion):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (259634 => 259635)


--- trunk/Source/WebKit/ChangeLog	2020-04-07 14:16:53 UTC (rev 259634)
+++ trunk/Source/WebKit/ChangeLog	2020-04-07 15:23:33 UTC (rev 259635)
@@ -1,3 +1,13 @@
+2020-04-07  Chris Dumez  <[email protected]>
+
+        Unreviewed, drop bad assertion introduced in r259610.
+
+        On some bots (in particular OpenSource iOS ones), we are unable to take the assertion
+        so this assertion does not hold true.
+
+        * UIProcess/ios/ProcessAssertionIOS.mm:
+        (WebKit::ProcessAssertion::ProcessAssertion):
+
 2020-04-07  Rob Buis  <[email protected]>
 
         Use GlobalFrameIdentifier in NavigationAction

Modified: trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm (259634 => 259635)


--- trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm	2020-04-07 14:16:53 UTC (rev 259634)
+++ trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm	2020-04-07 15:23:33 UTC (rev 259635)
@@ -393,7 +393,6 @@
             });
         };
     }
-    ASSERT(m_rbsAssertion || m_bksAssertion);
 }
 
 ProcessAssertion::~ProcessAssertion()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to