RESOLVED FIXED 6737
KJS_DEFINE_PROTOTYPE should work outside of the KJS namespace
https://bugs.webkit.org/show_bug.cgi?id=6737
Summary KJS_DEFINE_PROTOTYPE should work outside of the KJS namespace
Anders Carlsson
Reported 2006-01-23 10:00:14 PST
Currently, KJS_DEFINE_PROTOTYPE assumes that the current namespace is KJS (or that it's been included). Since KJS_DEFINE_PROTOTYPE is meant to be used in headers that aren't part of the KJS namespace, it needs to have all KJS types prefixed with KJS::
Attachments
Patch (7.31 KB, patch)
2006-01-23 13:42 PST, Anders Carlsson
mjs: review+
Anders Carlsson
Comment 1 2006-01-23 13:42:48 PST
Note You need to log in before you can comment on or make changes to this bug.