Bug 40898

Summary: Get rid of the old MIMETypes getter method
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2010-06-20 20:05:22 PDT
Get rid of the old MIMETypes getter method
Comment 1 Anders Carlsson 2010-06-20 20:06:24 PDT
Created attachment 59224 [details]
Patch
Comment 2 mitz 2010-06-20 20:10:27 PDT
Comment on attachment 59224 [details]
Patch

> +    while ((plugin = [pluginEnumerator nextObject]) != nil) {

You should drop “ != nil”.
Comment 3 Anders Carlsson 2010-06-20 20:20:33 PDT
Committed r61525: <http://trac.webkit.org/changeset/61525>