RESOLVED FIXED 29131
Use a different variadic macro format for Symbian compiler in WebCore/platform/StaticConstructors.h.
https://bugs.webkit.org/show_bug.cgi?id=29131
Summary Use a different variadic macro format for Symbian compiler in WebCore/platfor...
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.