[Webkit-unassigned] [Bug 25553] New: path.getPresentationAttribute("") -> NULL ptr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 13:40:49 PDT 2009


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

           Summary: path.getPresentationAttribute("") -> NULL ptr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Keywords: GoogleBug
          Severity: Normal
          Priority: P1
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Bug found in latest Chrome 1.x release without symbols, so I have no stack dump
or anything. It repro's reliably in latest Chrome 2.x ToT.

Repro
<SCRIPT>
  path = window.document.createElementNS("http://www.w3.org/2000/svg", "path");
  path.getPresentationAttribute("");
</SCRIPT>


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