[Webkit-unassigned] [Bug 14773] REGRESSION (r24630): ASSERT_NOT_REACHED in DOMHTMLInputElement::name on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 23:26:20 PDT 2007


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





------- Comment #4 from aroben at apple.com  2007-07-26 23:26 PDT -------
The problem was caused by this change in r24630:

-interface IDOMHTMLInputElement : IDOMElement
+interface IDOMHTMLInputElement : IDOMHTMLElement

This changed the vtable for IDOMHTMLInputElement, causing Safari to call
IDOMHTMLInputElement::name when it meant to be calling
IDOMHTMLInputElement::value


-- 
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