Bug 131136

Summary: Remove FrameLoadRequest's m_lockHistory member since it's always false
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: Page LoadingAssignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Rowe (bdash) 2014-04-02 16:13:29 PDT
FrameLoadRequest initialize m_lockHistory to false. Nothing ever calls setLockHistory to alter the value. The one call site that checks for the value being true can be removed.
Comment 1 Mark Rowe (bdash) 2014-04-02 16:15:42 PDT
Created attachment 228438 [details]
Patch
Comment 2 Andreas Kling 2014-04-02 17:15:27 PDT
Comment on attachment 228438 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-04-02 17:56:36 PDT
Comment on attachment 228438 [details]
Patch

Clearing flags on attachment: 228438

Committed r166685: <http://trac.webkit.org/changeset/166685>
Comment 4 WebKit Commit Bot 2014-04-02 17:56:38 PDT
All reviewed patches have been landed.  Closing bug.