Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 243476 | Differences between
and this patch

Collapse All | Expand All

(-)khtml.orig/xml/dom_elementimpl.cpp (+3 lines)
Lines 66-71 Link Here
66
    m_value = value;
66
    m_value = value;
67
    m_value->ref();
67
    m_value->ref();
68
68
69
    if (m_attrId == ATTR_ID)
70
        m_element->addId(DOMString(m_value).string());
71
69
    m_prefix = prefix;
72
    m_prefix = prefix;
70
    if (m_prefix)
73
    if (m_prefix)
71
	m_prefix->ref();
74
	m_prefix->ref();

Return to bug 243476