Summary: | The new tree builder should actually finish building the tree | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||
Component: | New Bugs | Assignee: | Adam Barth <abarth> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, eric | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 41123 | ||||||
Attachments: |
|
Description
Adam Barth
2010-06-28 15:23:07 PDT
Created attachment 59953 [details]
Patch
Comment on attachment 59953 [details]
Patch
OK. I am saddened by this bool.
It seems a better API would be for:
Document::finishedParsing() to take a DocumentParser* and then it could decide if it was the right parser to take action from or not.
Comment on attachment 59953 [details] Patch Clearing flags on attachment: 59953 Committed r62045: <http://trac.webkit.org/changeset/62045> All reviewed patches have been landed. Closing bug. |