[Webkit-unassigned] [Bug 22441] Bridge the gap between the generated ElementFactory and HTMLElementFactory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 25 15:54:11 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22441





------- Comment #15 from eric at webkit.org  2008-11-25 15:54 PDT -------
(From update of attachment 25506)
To clarify, if you were to fix the bug:

static PassRefPtr<HTMLElement> htmlConstructor(const QualifiedName&, Document*
doc, HTMLFormElement*, bool)
9797 {
98      return new HTMLHtmlElement(doc);
 98     return new HTMLHtmlElement(htmlTag, doc);

you would give the qName argument a name, and pass it through, instead of using
htmlTag there.


-- 
Configure bugmail: https://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