Bug 24613

Summary: PixelDumpSupportMac.mm should use #if !BUILDING_ON_TIGER
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: 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)
Reported 2009-03-15 17:34:57 PDT
PixelDumpSupportMac.mm has a chunk of code inside #ifdef BUILDING_ON_LEOPARD, but it should really use #if !BUILDING_ON_TIGER.
Attachments
Simon Fraser (smfr)
Comment 1 2009-07-07 22:19:38 PDT
Fixed in trac.webkit.org/changeset/45410
Note You need to log in before you can comment on or make changes to this bug.