WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gyuyoung Kim
Comment 1
2010-07-29 00:10:05 PDT
Created
attachment 62921
[details]
Patch
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
Committed
r64930
: <
http://trac.webkit.org/changeset/64930
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug