Bug 136680 - [Cocoa] -[WKBackForwardList backList] contains an unnecessary nil check
Summary: [Cocoa] -[WKBackForwardList backList] contains an unnecessary nil check
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-09 14:42 PDT by mitz
Modified: 2014-09-09 14:44 PDT (History)
0 users

See Also:


Attachments
Remove nil checks (1.39 KB, patch)
2014-09-09 14:42 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-09-09 14:42:15 PDT
[Cocoa] -[WKBackForwardList backList] contains an unnecessary nil check
Comment 1 mitz 2014-09-09 14:42:58 PDT
Created attachment 237857 [details]
Remove nil checks
Comment 2 mitz 2014-09-09 14:44:16 PDT
Fixed in <http://trac.webkit.org/r173442>.