WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2006-01-23 13:42:48 PST
Created
attachment 5885
[details]
Patch
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug