Bug 43174

Summary: [WML] Change DocumentParser with ScriptableDocumentParser in WMLDocument
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, hyuki.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch eric: review+, eric: commit-queue+

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.