⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259635 in webkit


Ignore:
Timestamp:
Apr 7, 2020, 8:23:33 AM (6 years ago)
Author:
Chris Dumez
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):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r259629 r259635  
     12020-04-07  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, drop bad assertion introduced in r259610.
     4
     5        On some bots (in particular OpenSource iOS ones), we are unable to take the assertion
     6        so this assertion does not hold true.
     7
     8        * UIProcess/ios/ProcessAssertionIOS.mm:
     9        (WebKit::ProcessAssertion::ProcessAssertion):
     10
    1112020-04-07  Rob Buis  <rbuis@igalia.com>
    212
  • trunk/Source/WebKit/UIProcess/ios/ProcessAssertionIOS.mm

    r259610 r259635  
    394394        };
    395395    }
    396     ASSERT(m_rbsAssertion || m_bksAssertion);
    397396}
    398397
Note: See TracChangeset for help on using the changeset viewer.