Bug 6737

Summary: KJS_DEFINE_PROTOTYPE should work outside of the KJS namespace
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: JavaScriptCoreAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 5975    
Attachments:
Description Flags
Patch mjs: review+

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.