[Webkit-unassigned] [Bug 15290] Duplicate DOCTYPE definitions when saving SVGs as WebArchives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 14:36:56 PDT 2007


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





------- Comment #4 from eric at webkit.org  2007-09-26 14:36 PDT -------
I believe this is caused by this line in markup.cpp:

        case Node::DOCUMENT_NODE: {
            // Documents do not normally contain a docType as a child node,
force it to print here instead.
            const DocumentType* docType = static_cast<const
Document*>(node)->doctype();
            if (docType)
                return docType->toString().deprecatedString();
            return "";
        }


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