Bug 41838

Summary: Unwrap a few || blocks for easier readability
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: 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 Flags
Patch none

Description Eric Seidel (no email) 2010-07-08 01:14:27 PDT
Unwrap a few || blocks for easier readability
Comment 1 Eric Seidel (no email) 2010-07-08 01:15:38 PDT
Created attachment 60849 [details]
Patch
Comment 2 Adam Barth 2010-07-08 09:32:44 PDT
Comment on attachment 60849 [details]
Patch

WebCore/html/HTMLTreeBuilder.cpp:614
 +          || token.name() == "details"
We need to atomize these
Comment 3 WebKit Commit Bot 2010-07-08 23:58:58 PDT
Comment on attachment 60849 [details]
Patch

Clearing flags on attachment: 60849

Committed r62901: <http://trac.webkit.org/changeset/62901>
Comment 4 WebKit Commit Bot 2010-07-08 23:59:02 PDT
All reviewed patches have been landed.  Closing bug.