Bug 134259

Summary: Add PageState to HistoryItem conversion code
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bunhere, cdumez, cmarcelo, commit-queue, gyuyoung.kim, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2014-06-24 11:54:40 PDT
Add PageState to HistoryItem conversion code
Comment 1 Anders Carlsson 2014-06-24 11:58:00 PDT
Created attachment 233725 [details]
Patch
Comment 2 Andreas Kling 2014-06-24 12:16:07 PDT
Comment on attachment 233725 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=233725&action=review

r=me

> Source/WTF/wtf/Optional.h:165
> +    T valueOr(U&& value) const

Nice!
Comment 3 Anders Carlsson 2014-06-24 12:19:14 PDT
Committed r170378: <http://trac.webkit.org/changeset/170378>