[webkit-dev] Clients and the Page constructor

Steve Block steveblock at google.com
Wed Jul 21 13:06:54 PDT 2010


> That still makes it required to add null checks for some (or all) of
> the clients.  Something we've avoided in the past.
This wouldn't add a need for null checks. The structure would only be
for clients for optional features. If the feature is enabled, the
client must be non-null. This is no different from the case with the
individual arguments used currently.


More information about the webkit-dev mailing list