Bug 16228

Summary: kJSClassDefinitionEmpty is not exported with JS_EXPORT
Product: WebKit Reporter: Alp Toker <alp>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed fix aroben: review+

Description Alp Toker 2007-12-01 16:37:36 PST
When fixing http://bugs.webkit.org/show_bug.cgi?id=15569 we neglected to export the kJSClassDefinitionEmpty global. Its actual definition is in JSClassRef.cpp

kJSClassDefinitionEmpty is the only part of the API that is not defined statically and is not an entry point.

This was noticed when attempting to build minidom.c out-of-tree.
Comment 1 Alp Toker 2007-12-01 18:18:25 PST
Created attachment 17634 [details]
Proposed fix

Tested with gcc-linux-gtk+
Comment 2 Adam Roben (:aroben) 2007-12-01 21:14:09 PST
Comment on attachment 17634 [details]
Proposed fix

r=me
Comment 3 Alp Toker 2007-12-01 21:24:47 PST
Landed in r28311.