Right now, make_event_factory.pl generates a bunch of macros in order to define EventInterface and EventTargetInterface as well as toJS and toJSNewlyCreated. Generate the final code directly to make debugging easier.
Created attachment 343998 [details] Cleanup
Created attachment 344004 [details] Cmake build fix attempt
Comment on attachment 344004 [details] Cmake build fix attempt View in context: https://bugs.webkit.org/attachment.cgi?id=344004&action=review > Source/WebCore/ChangeLog:9 > + and EventTargetInterface enum values and toJS for EventTarget. Removed the code to generate EvnentFactory::create Typo: EvnentFactory
Committed r233443: <https://trac.webkit.org/changeset/233443>
<rdar://problem/41745345>