Bug 72637 - ImageBufferDataCG performs unnecessary OS version check on non-SnowLeopard OS
Summary: ImageBufferDataCG performs unnecessary OS version check on non-SnowLeopard OS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 11:54 PST by Mark Rowe (bdash)
Modified: 2011-11-17 13:51 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (2.25 KB, patch)
2011-11-17 11:56 PST, Mark Rowe (bdash)
simon.fraser: review+
simon.fraser: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2011-11-17 11:54:10 PST
ImageBufferDataCG checks whether it’s running on 10.6.7+, even when built for 10.7. This is unnecessary!
Comment 1 Mark Rowe (bdash) 2011-11-17 11:56:57 PST
Created attachment 115645 [details]
Patch v1

Patch!
Comment 2 Mark Rowe (bdash) 2011-11-17 13:51:28 PST
Landed in r100667.