[Webkit-unassigned] [Bug 14400] Assertion failure (SHOULD NEVER BE REACHED) going back on YouTube

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 19:07:46 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14400





------- Comment #3 from darin at apple.com  2007-07-04 19:07 PDT -------
(From update of attachment 15383)
This registersWithDocument function can be private rather than protected,
because you don't need access to a function to override it.

But it also seems more robust to me to have
HTMLGenericFormElement::closeRenderer check the hash table in the document
rather than have a virtual function that has to be kept in sync with the
registerFormElementWithState call. Maybe a function called
hasFormElementWithState or isFormElementWithStateRegistered in Document. To be
called in closeRenderer.


-- 
Configure bugmail: http://bugs.webkit.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