Changeset 249616 in webkit
- Timestamp:
- Sep 7, 2019, 2:45:48 PM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r249615 r249616 1 2019-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 1 10 2019-09-07 Ryan Haddad <ryanhaddad@apple.com> 2 11 -
trunk/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm
r249614 r249616 252 252 void TestController::cocoaResetStateToConsistentValues(const TestOptions& options) 253 253 { 254 ASSERT(![WKWebsiteDataStore _defaultDataStoreExists]);255 254 m_calendarSwizzler = nullptr; 256 255 m_overriddenCalendarIdentifier = nil;
Note:
See TracChangeset
for help on using the changeset viewer.