Bug 108241

Summary: Fix erroneous semicolon causing build failure: if statement has empty body [-Werror,-Wempty-body]
Product: WebKit Reporter: Kiran Muppala <cmuppala>
Component: WebKit2Assignee: Kiran Muppala <cmuppala>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Kiran Muppala 2013-01-29 15:50:25 PST
The patch for https://bugs.webkit.org/show_bug.cgi?id=108054, fails to build on a debug Mountain Lion bot with the following error:
Source/WebKit2/UIProcess/WebProcessProxy.cpp:190:44: error: if statement has empty body [-Werror,-Wempty-body]

This was caused by a semicolon erroneously following a if condition.
Comment 1 Kiran Muppala 2013-01-29 15:53:14 PST
Created attachment 185325 [details]
Patch
Comment 2 Kiran Muppala 2013-01-29 15:54:07 PST
<rdar://problem/13047398>
Comment 3 WebKit Review Bot 2013-01-29 16:45:27 PST
Comment on attachment 185325 [details]
Patch

Clearing flags on attachment: 185325

Committed r141180: <http://trac.webkit.org/changeset/141180>
Comment 4 WebKit Review Bot 2013-01-29 16:45:31 PST
All reviewed patches have been landed.  Closing bug.