[Webkit-unassigned] [Bug 16270] WebKit fails WICD <object> update data= attribute test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 13:38:22 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16270





------- Comment #1 from eric at webkit.org  2007-12-17 13:38 PDT -------
I expect this is the section of code causing trouble:

HTMLObjectElement::parseMappedAtrribute:

    } else if (attr->name() == dataAttr) {
        m_url = parseURL(val);
        if (renderer())
          m_needWidgetUpdate = true;
        if (renderer() && isImageType()) {
          if (!m_imageLoader)
              m_imageLoader.set(new HTMLImageLoader(this));
          m_imageLoader->updateFromElement();
        }
    } else if (attr->name() == classidAttr) {


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