...
Created attachment 447734 [details] Patch
Comment on attachment 447734 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=447734&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/LocalStorageDatabaseTracker.mm:35 > +static NSString *expectedMessage; Add an ivar to LocalStorageUIDelegate instead of a new static global, which I've been working to remove in TestWebKitAPI. [[LocalStorageUIDelegate alloc] initWithExpectedMessage:@"testValue"]
Created attachment 447918 [details] Patch for landing
Created attachment 447921 [details] Patch for landing
Committed r287418 (245553@main): <https://commits.webkit.org/245553@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447921 [details].
<rdar://problem/86870643>