Home
last modified time | relevance | path

Searched refs:existingHTML (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/html/
DHTMLParser.cpp454 Element* existingHTML = static_cast<Element*>(m_document->documentElement()); in handleError() local
455 NamedNodeMap* bmap = existingHTML->attributes(false); in handleError()
459 existingHTML->setAttribute(it->name(), it->value()); in handleError()