[Webkit-unassigned] [Bug 120297] HTMLUnknownElement doesn't have own tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 26 07:04:42 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=120297
--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at samsung.com> 2013-08-26 07:04:06 PST ---
(In reply to comment #5)
> The methods that need changing are not that many - only the ones that cast to an element of which the constructor in HTMLElementFactory can return 0.
Yes, right. Even three HTMLElement classes only have isHTMLXXXElement() functions.
- HTMLSourceElement.h
- HTMLTrackElement.h
- HTMLContentElement.h
I don't think we need to add isHTMLXXXElement() to other "return 0" classes which don't have the isHTMLXXXElement() in order to fix this problem at the moment.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list