[Webkit-unassigned] [Bug 10230] SVGDOMImplementation should die (and be rolled into DOMImplementation)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Aug 5 16:21:23 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10230





------- Comment #14 from darin at apple.com  2006-08-05 16:21 PDT -------
(In reply to comment #13)
> It's going to create a separate global variable for each translation unit that
> it's used in. It's also going to make empty values and deleted values be the
> same, since emptyValueIsZero causes a String with all values 0 (any null
> string) be the empty value. The hash code goes completely awry if empty values
> and deleted values are the same.
I think that there may be a way to get this to work using HashKeyStorageTraits
to make the String-based hash table be implemented by using a hash table that
uses StringImpl* -- I don't know exactly how yet, though.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list