Bug 45373

Summary: Fix warning in rendering/RenderBlock.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 43191    
Attachments:
Description Flags
proposed fix none

Description Csaba Osztrogonác 2010-09-08 01:11:00 PDT
gcc warning introduced in http://trac.webkit.org/changeset/66900
../../../WebCore/rendering/RenderBlock.cpp:3873: warning: suggest parentheses around && within ||
Comment 1 Csaba Osztrogonác 2010-09-08 01:12:17 PDT
Created attachment 66855 [details]
proposed fix
Comment 2 Andreas Kling 2010-09-08 03:37:37 PDT
Comment on attachment 66855 [details]
proposed fix

r=me
Comment 3 Csaba Osztrogonác 2010-09-08 03:48:55 PDT
Comment on attachment 66855 [details]
proposed fix

Clearing flags on attachment: 66855

Committed r66965: <http://trac.webkit.org/changeset/66965>
Comment 4 Csaba Osztrogonác 2010-09-08 03:49:03 PDT
All reviewed patches have been landed.  Closing bug.