RESOLVED FIXED 209765
REGRESSION (r256756): -[WKPreferenceObserver init]: Instance variable used while 'self' is not set to the result of '[(super or self) init...]'
https://bugs.webkit.org/show_bug.cgi?id=209765
Summary REGRESSION (r256756): -[WKPreferenceObserver init]: Instance variable used wh...
David Kilzer (:ddkilzer)
Reported 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]; }
Attachments
Patch v1 (1.83 KB, patch)
2020-03-30 13:55 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2020-03-30 13:55:49 PDT
Created attachment 394958 [details] Patch v1
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2020-03-30 15:42:15 PDT
Note You need to log in before you can comment on or make changes to this bug.