[Webkit-unassigned] [Bug 34151] New: [V8] Missing declaration for feMorphology in V8DOMWrapper
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 25 19:47:36 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34151
Summary: [V8] Missing declaration for feMorphology in
V8DOMWrapper
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gdk at chromium.org
V8 does not create the proper V8Object for feMorphology elements, which can be
witnessed by the following test:
alert(document.createElementNS("http://www.w3.org/2000/svg", "feMorphology"));
You'll see that the returned type is [object SVGElement] instead of [object
SVGFEMorphologyElement].
--
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