[Webkit-unassigned] [Bug 65013] instanceof HTMLSourceElement Fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 16:53:29 PDT 2011


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





--- Comment #3 from Tom Zakrajsek <tomz at codeaurora.org>  2011-08-17 16:53:29 PST ---
(In reply to comment #2)
> Just to throw it out there, I think the fix to get this working is simple but there's a wrinkle.  The interface is statically conditional on video.  So if the build isn't built with video enabled, you'll still get this exception.

I was wrong.  The "source" tag (as an HTMLUnknownElement) handles it correctly by not executing the onerror method.  The continued exception was because the "run separate instance" link is calling instanceof HTMLSourceElement unconditionally. That's not ok.  I'll upload the code patch and test-results update shortly.

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