Changeset 249616 in webkit


Ignore:
Timestamp:
Sep 7, 2019, 2:45:48 PM (6 years ago)
Author:
achristensen@apple.com
Message:

Remove invalid assertion added in r249614
https://bugs.webkit.org/show_bug.cgi?id=200050

  • WebKitTestRunner/cocoa/TestControllerCocoa.mm:

(WTR::TestController::cocoaResetStateToConsistentValues):
Something is instantiating the default data store, which is no problem right now.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r249615 r249616  
     12019-09-07  Alex Christensen  <achristensen@webkit.org>
     2
     3        Remove invalid assertion added in r249614
     4        https://bugs.webkit.org/show_bug.cgi?id=200050
     5
     6        * WebKitTestRunner/cocoa/TestControllerCocoa.mm:
     7        (WTR::TestController::cocoaResetStateToConsistentValues):
     8        Something is instantiating the default data store, which is no problem right now.
     9
    1102019-09-07  Ryan Haddad  <ryanhaddad@apple.com>
    211
  • trunk/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm

    r249614 r249616  
    252252void TestController::cocoaResetStateToConsistentValues(const TestOptions& options)
    253253{
    254     ASSERT(![WKWebsiteDataStore _defaultDataStoreExists]);
    255254    m_calendarSwizzler = nullptr;
    256255    m_overriddenCalendarIdentifier = nil;
Note: See TracChangeset for help on using the changeset viewer.