Bug 74763

Summary: Style bot should complain if someone tries to export an s_info class member by putting it in a .def file
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: aroben, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Mark Hahnenberg
Reported 2011-12-16 15:51:11 PST
Exporting ClassInfos across DLLs can cause badness if not done the right way (using JS_EXPORTDATA and *not* having it in the symbol export file). The style bot should know the correct way and should smack anybody's hand who tries to do it the incorrect way.
Attachments
Adam Roben (:aroben)
Comment 1 2011-12-16 15:51:56 PST
Basically we can just grep all .def files for "s_info" and complain if we find it.
Mark Hahnenberg
Comment 2 2012-10-16 22:16:03 PDT
We don't have .def files any more. Hooray!
Note You need to log in before you can comment on or make changes to this bug.