[Webkit-unassigned] [Bug 209765] New: REGRESSION (r256756): -[WKPreferenceObserver init]: 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
Mon Mar 30 13:53:08 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209765

            Bug ID: 209765
           Summary: REGRESSION (r256756): -[WKPreferenceObserver init]:
                    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: pvollan at apple.com

-[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];
}

-- 
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/20200330/e2d02941/attachment.htm>


More information about the webkit-unassigned mailing list