It seems passing idl file path to CodeGenerator would be useful because CodeGenerator* family could manipulate it when creating derived header and cpp files.
Created attachment 162983 [details] patch
Comment on attachment 162983 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=162983&action=review > Source/WebCore/ChangeLog:8 > + Passing idl file path to CodeGenerator would be useful because CodeGenerator* family could manipulate it when creating derived header and cpp files. What use case are you assuming?
(In reply to comment #2) > > What use case are you assuming? At this stage, One use case that fills out derived sources with original copyrights. Please refer to BUG 96181. :-)
Comment on attachment 162983 [details] patch OK
(In reply to comment #4) > (From update of attachment 162983 [details]) > OK Thx!!
Comment on attachment 162983 [details] patch Clearing flags on attachment: 162983 Committed r128010: <http://trac.webkit.org/changeset/128010>
All reviewed patches have been landed. Closing bug.