Bug 6408

Summary: Mac development build broken on ToT
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Blocker    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed patch mjs: review+

Alexey Proskuryakov
Reported 2006-01-07 02:11:56 PST
The latest Win32 checkin has changed variadic macro syntax to a more common one, but didn't add __VA_ARGS__ required by it. Turns out only WebCore uses assertion macros with multiple arguments, not JSC.
Attachments
proposed patch (3.12 KB, patch)
2006-01-07 02:15 PST, Alexey Proskuryakov
mjs: review+
Alexey Proskuryakov
Comment 1 2006-01-07 02:15:51 PST
Created attachment 5522 [details] proposed patch
Alexey Proskuryakov
Comment 2 2006-01-07 02:23:40 PST
> Turns out only WebCore uses assertion macros with multiple arguments, not JSC. Or maybe JSC also uses them, but not with otherwise unused variables... Haven't really checked.
Note You need to log in before you can comment on or make changes to this bug.