RESOLVED FIXED 56688
Fix clang static analyzer warning in WebCoreViewFactory.m
https://bugs.webkit.org/show_bug.cgi?id=56688
Summary Fix clang static analyzer warning in WebCoreViewFactory.m
David Kilzer (:ddkilzer)
Reported 2011-03-18 15:09:25 PDT
Created attachment 86220 [details] Patch Reviewed by NOBODY (OOPS!). Fixes the following static analyzer warning: Source/WebCore/page/mac/WebCoreViewFactory.m:45:5: warning: Returning 'self' while it is not set to the result of '[(super or self) init...]' return self; ^ * page/mac/WebCoreViewFactory.m: (-[WebCoreViewFactory init]): Assign the result of [super init] to self. --- 2 files changed, 17 insertions(+), 1 deletions(-)
Attachments
Patch (1.38 KB, patch)
2011-03-18 15:09 PDT, David Kilzer (:ddkilzer)
andersca: review+
David Kilzer (:ddkilzer)
Comment 1 2011-03-18 20:59:23 PDT
Note You need to log in before you can comment on or make changes to this bug.