Bug 211977 - [GTK][WPE] Add default initialization of WebsiteDataStore to WebKitTestRunner after r261758
Summary: [GTK][WPE] Add default initialization of WebsiteDataStore to WebKitTestRunner...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-15 21:34 PDT by Lauro Moura
Modified: 2020-05-16 05:53 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.20 KB, patch)
2020-05-15 21:46 PDT, Lauro Moura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-05-15 21:34:58 PDT
r261758 replaced a number of `defaultWebsiteDataStore` usage with `TestController::m_websiteDataStore`, initialized in `TestController::platformInitializeDataStore`.
Comment 1 Lauro Moura 2020-05-15 21:46:23 PDT
Created attachment 399543 [details]
Patch
Comment 2 EWS 2020-05-15 22:45:53 PDT
Committed r261779: <https://trac.webkit.org/changeset/261779>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399543 [details].
Comment 3 Zan Dobersek 2020-05-16 05:53:30 PDT
(In reply to Lauro Moura from comment #1)
> Created attachment 399543 [details]
> Patch

Temporarily OK, but please investigate what's needed for this to use the common m_websiteDataStore initialization.