Bug 209765 - REGRESSION (r256756): -[WKPreferenceObserver init]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'
Summary: REGRESSION (r256756): -[WKPreferenceObserver init]: Instance variable used wh...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 203420
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-30 13:53 PDT by David Kilzer (:ddkilzer)
Modified: 2020-04-17 03:22 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (1.83 KB, patch)
2020-03-30 13:55 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-03-30 13:53:08 PDT
-[WKPreferenceObserver init]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'.

- (instancetype)init
{
    [...]
    for (auto domain : domains) {
        [...]
        m_userDefaults.append(userDefaults);
    }
    return [super init];
}
Comment 1 David Kilzer (:ddkilzer) 2020-03-30 13:55:49 PDT
Created attachment 394958 [details]
Patch v1
Comment 2 EWS 2020-03-30 15:41:39 PDT
Committed r259239: <https://trac.webkit.org/changeset/259239>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 394958 [details].
Comment 3 Radar WebKit Bug Importer 2020-03-30 15:42:15 PDT
<rdar://problem/61077050>