[webkit-changes] [21470] trunk
Geoffrey Garen
ggaren at apple.com
Mon May 14 20:40:02 PDT 2007
> + attribute [ConvertNullToNullString]
> DOMString code;
If this is the desired default, it seems odd that you need to provide
a special IDL attribute to make it happen. I also worry that future
additions to the IDL will leave out this special attribute, causing
errors. Would it make sense to have CodeGeneratorJS.pl implement null-
to-empty-string conversion automatically for anything of type DOMString?
Geoff
More information about the webkit-changes
mailing list