WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2011-03-18 20:59:23 PDT
Committed
r81546
: <
http://trac.webkit.org/changeset/81546
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug