I looked through several old builds its never been generated. I assume the new file HTMLOptionsCollection.cpp is the first time there was a c++ dependency. I see nothing in DerivedSource.make to generate it. Can you tell me how it should be generated ? On 7/18/06, David D. Kilzer <ddkilzer@kilzer.net> wrote:
I believe the JSHTMLCollection source is generated from (and is in) WebCore/bindings/js/kjs_html.cpp. It's an "old-style" JavaScript binding rather than a "new-style" binding (with an IDL file). I'm pretty sure WebCore/DerivedSources.make is what generates the code in both cases.
Dave
On Jul 18, 2006, at 7:51 PM, Mike Emmel wrote:
Should there be a HTMLCollection.idl
In HTMLOptionsCollection.idl
We have
interface [LegacyParent=KJS::JSHTMLCollection, HasCustomIndexSetter] HTMLOpt
But there is no idl file to generate JSHTMLCollection and so I can't compile.