19 Jul
2006
19 Jul
'06
2:19 a.m.
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.