Bug 137723 - [Mac] Use CFDictionaryContainsKey() in ImageSource::isSizeAvailable()
Summary: [Mac] Use CFDictionaryContainsKey() in ImageSource::isSizeAvailable()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 137701
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-14 16:05 PDT by Chris Dumez
Modified: 2014-10-15 09:53 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2014-10-14 16:15 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-10-14 16:05:53 PDT
Use CFDictionaryContainsKey() in ImageSource::isSizeAvailable() instead of CFDictionaryGetValue() as we are not actually interested in the value.
Comment 1 Chris Dumez 2014-10-14 16:15:32 PDT
Created attachment 239831 [details]
Patch
Comment 2 WebKit Commit Bot 2014-10-15 09:53:39 PDT
Comment on attachment 239831 [details]
Patch

Clearing flags on attachment: 239831

Committed r174727: <http://trac.webkit.org/changeset/174727>
Comment 3 WebKit Commit Bot 2014-10-15 09:53:43 PDT
All reviewed patches have been landed.  Closing bug.