RESOLVED FIXED Bug 43174
[WML] Change DocumentParser with ScriptableDocumentParser in WMLDocument
https://bugs.webkit.org/show_bug.cgi?id=43174
Summary [WML] Change DocumentParser with ScriptableDocumentParser in WMLDocument
Gyuyoung Kim
Reported 2010-07-29 00:07:52 PDT
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
Attachments
Patch (1.38 KB, patch)
2010-07-29 00:10 PDT, Gyuyoung Kim
eric: review+
eric: commit-queue+
Gyuyoung Kim
Comment 1 2010-07-29 00:10:05 PDT
Eric Seidel (no email)
Comment 2 2010-08-06 13:05:13 PDT
Comment on attachment 62921 [details] Patch OK.
Eric Seidel (no email)
Comment 3 2010-08-07 19:48:09 PDT
Note You need to log in before you can comment on or make changes to this bug.