Hi guys,

I've been writing a new ValidityState class for the WF2 implementation but I got stuck on an IDL issue.
Here is the new IDL attribute for controls (Input, Textarea, etc...):

        readonly attribute ValidityState   validity;

A plain ("stubbed") ValidityState class is already there (idl included), as well as the HTMLGenericForm::validity() (which returns a PassRefPtr<ValidityState>).

The question is quite simple: what is the right way to add my "ValidityState.idl" to the project in order to let it be included into binding code autogeneration stuff? I'm very confused about the matter.

Thank you.
--
// Et quid amabo nisi quod rerum enigma est?

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to