Bug 137723

Summary: [Mac] Use CFDictionaryContainsKey() in ImageSource::isSizeAvailable()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: PlatformAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 137701    
Bug Blocks:    
Attachments:
Description Flags
Patch none

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.