Bug 210647 - REGRESSION (r256756): -[WKUserDefaults initWithSuiteName:]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'
Summary: REGRESSION (r256756): -[WKUserDefaults initWithSuiteName:]: Instance variable...
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-04-17 03:22 PDT by David Kilzer (:ddkilzer)
Modified: 2020-04-17 08:02 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (1.77 KB, patch)
2020-04-17 03:32 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-04-17 03:22:57 PDT
-[WKUserDefaults initWithSuiteName:]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'.

- (instancetype)initWithSuiteName:(NSString *)suitename
{
    m_suiteName = suitename;
    m_observer = nil;
    return [super initWithSuiteName:suitename];
}
Comment 1 Radar WebKit Bug Importer 2020-04-17 03:23:58 PDT
<rdar://problem/61928289>
Comment 2 David Kilzer (:ddkilzer) 2020-04-17 03:32:24 PDT
Created attachment 396752 [details]
Patch v1
Comment 3 EWS 2020-04-17 08:02:26 PDT
Committed r260251: <https://trac.webkit.org/changeset/260251>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396752 [details].