[Webkit-unassigned] [Bug 43174] New: [WML] Change DocumentParser with ScriptableDocumentParser in WMLDocument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 00:07:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43174

           Summary: [WML] Change DocumentParser with
                    ScriptableDocumentParser in WMLDocument
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


DocumentParser doesn't support wellFormed(). So, I changed the DocumentParser with ScriptableDocumentParser.


 48 void WMLDocument::finishedParsing()
 49 {
 50     if (DocumentParser* parser = this->parser())     {
 51         if (!parser->wellFormed()) {
 52             Document::finishedParsing();
 53             return;
 54         }
 55     }
 56

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list