[Webkit-unassigned] [Bug 10518] New: DOMHTMLLinkElement doesn't setHref

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 22 14:13:50 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10518

           Summary: DOMHTMLLinkElement doesn't setHref
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: waylonis at mac.com


The method setHref: in DOMHTMLLinkElement is incorrect.  The patch is:

 - (void)setHref:(NSString *)href
 {
-    [self _linkElement]->href();
+    [self _linkElement]->setHref(href);
 }


-- 
Configure bugmail: http://bugzilla.opendarwin.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