Bug 40898 - Get rid of the old MIMETypes getter method
Summary: Get rid of the old MIMETypes getter method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 20:05 PDT by Anders Carlsson
Modified: 2010-06-20 20:20 PDT (History)
0 users

See Also:


Attachments
Patch (5.65 KB, patch)
2010-06-20 20:06 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>