Bug 6408 - Mac development build broken on ToT
Summary: Mac development build broken on ToT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 02:11 PST by Alexey Proskuryakov
Modified: 2006-01-07 02:23 PST (History)
0 users

See Also:


Attachments
proposed patch (3.12 KB, patch)
2006-01-07 02:15 PST, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2006-01-07 02:15:51 PST
Created attachment 5522 [details]
proposed patch
Comment 2 Alexey Proskuryakov 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.