Summary: | Unwrap a few || blocks for easier readability | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> | ||||
Component: | New Bugs | Assignee: | Eric Seidel (no email) <eric> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, commit-queue | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 41123 | ||||||
Attachments: |
|
Description
Eric Seidel (no email)
2010-07-08 01:14:27 PDT
Created attachment 60849 [details]
Patch
Comment on attachment 60849 [details]
Patch
WebCore/html/HTMLTreeBuilder.cpp:614
+ || token.name() == "details"
We need to atomize these
Comment on attachment 60849 [details] Patch Clearing flags on attachment: 60849 Committed r62901: <http://trac.webkit.org/changeset/62901> All reviewed patches have been landed. Closing bug. |