Bug 132020

Summary: Remove unused local variable
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, enrica, joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-04-22 12:04:31 PDT
UIProcess/ios/forms/WKFormSelectPopover.mm
warning: Value stored to 'titleHeight' is never read
    titleHeight = navController.navigationBar.bounds.size.height;
Comment 1 Joseph Pecoraro 2014-04-22 12:05:42 PDT
Created attachment 229905 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-04-22 13:53:06 PDT
Comment on attachment 229905 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 229905

Committed r167682: <http://trac.webkit.org/changeset/167682>
Comment 3 WebKit Commit Bot 2014-04-22 13:53:08 PDT
All reviewed patches have been landed.  Closing bug.