[webkit-reviews] review requested: [Bug 59758] Fix static analyzer warnings for missing assignment to 'self' in -init methods : [Attachment 91584] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 16:19:20 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 59758: Fix static analyzer warnings for missing assignment to 'self' in
-init methods
https://bugs.webkit.org/show_bug.cgi?id=59758

Attachment 91584: Patch
https://bugs.webkit.org/attachment.cgi?id=91584&action=review

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
Reviewed by NOBODY (OOPS!).

* History/WebHistory.mm:
(-[WebHistoryPrivate init]):
* Misc/WebElementDictionary.mm:
(-[WebElementDictionary initWithHitTestResult:]):
* Misc/WebIconDatabase.mm:
(-[WebIconDatabase init]):
* Plugins/WebPluginController.mm:
(-[WebPluginController initWithDocumentView:]):
* Plugins/WebPluginRequest.m:
(-[WebPluginRequest
initWithRequest:frameName:notifyData:sendNotification:didStartFromUserGesture:]
):
* WebCoreSupport/WebEditorClient.mm:
(-[WebEditCommand initWithEditCommand:]):
* WebCoreSupport/WebJavaScriptTextInputPanel.m:
(-[WebJavaScriptTextInputPanel initWithPrompt:text:]):
* WebView/WebNavigationData.mm:
(-[WebNavigationData
initWithURLString:title:originalRequest:response:hasSubstituteData:clientRedire
ctSource:]):
---
 9 files changed, 46 insertions(+), 7 deletions(-)


More information about the webkit-reviews mailing list