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.

_______________________________________________
webkit-dev mailing list
[email protected]
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to