Bug 24613
Summary: | PixelDumpSupportMac.mm should use #if !BUILDING_ON_TIGER | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kevino, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
PixelDumpSupportMac.mm has a chunk of code inside #ifdef BUILDING_ON_LEOPARD, but it should really use #if !BUILDING_ON_TIGER.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Fixed in trac.webkit.org/changeset/45410