Bug 16228 - kJSClassDefinitionEmpty is not exported with JS_EXPORT
Summary: kJSClassDefinitionEmpty is not exported with JS_EXPORT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-01 16:37 PST by Alp Toker
Modified: 2007-12-01 21:24 PST (History)
1 user (show)

See Also:


Attachments
Proposed fix (2.39 KB, patch)
2007-12-01 18:18 PST, Alp Toker
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.