Bug 29131

Summary: Use a different variadic macro format for Symbian compiler in WebCore/platform/StaticConstructors.h.
Product: WebKit Reporter: Yongjun Zhang <yongjun.zhang>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Bug Depends on:    
Bug Blocks: 27065    
Attachments:
Description Flags
Use arg... instead of ellipsis in variadic macro definition. none

Yongjun Zhang
Reported 2009-09-10 10:44:13 PDT
For variadic macro like DEFINE_GLOBAL(type, name, ...), winscw compiler doesn't recognize ellipsis alone in the macro definition; adding string arg before ellipsis make it compile fine.
Attachments
Use arg... instead of ellipsis in variadic macro definition. (1.51 KB, patch)
2009-09-10 11:26 PDT, Yongjun Zhang
no flags
Yongjun Zhang
Comment 1 2009-09-10 11:26:30 PDT
Created attachment 39359 [details] Use arg... instead of ellipsis in variadic macro definition.
WebKit Commit Bot
Comment 2 2009-09-11 01:35:58 PDT
Comment on attachment 39359 [details] Use arg... instead of ellipsis in variadic macro definition. Clearing flags on attachment: 39359 Committed r48289: <http://trac.webkit.org/changeset/48289>
WebKit Commit Bot
Comment 3 2009-09-11 01:36:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.