[Webkit-unassigned] [Bug 210647] New: REGRESSION (r256756): -[WKUserDefaults initWithSuiteName:]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 17 03:22:57 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210647
Bug ID: 210647
Summary: REGRESSION (r256756): -[WKUserDefaults
initWithSuiteName:]: Instance variable used while
'self' is not set to the result of '[(super or self)
init...]'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: darin at apple.com, pvollan at apple.com
-[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];
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200417/836187cf/attachment-0001.htm>
More information about the webkit-unassigned
mailing list