From kfm-devel Tue May 30 16:42:29 2000 From: Harri Porten Date: Tue, 30 May 2000 16:42:29 +0000 To: kfm-devel Subject: Re: Binary incompatible changes: khtml X-MARC-Message: https://marc.info/?l=kfm-devel&m=95970497615640 Lars Knoll wrote: > > > - Some classes do not have an isNull() method or handle() method (to get > > access to the impl class).... these are needed for ECMAScript to do type > > conversion and equality properly (actually, these may not cause BCI > > problems) > > Just add them. And while you're at it: please make them 'const' as well. A grep isNull */*.h shows some that aren't yet. Thanks, Harri.