Summary: | Get rid of manual case maps in HTMLTreeBuilder | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> | ||||
Component: | New Bugs | Assignee: | Eric Seidel (no email) <eric> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth | ||||
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-09 16:15:37 PDT
Created attachment 61111 [details]
Patch
Comment on attachment 61111 [details]
Patch
WebCore/html/HTMLTreeBuilder.cpp:675
+ for (size_t i = 0; i < length; i++) {
preincrement
Committed r63013: <http://trac.webkit.org/changeset/63013> |