Bug 134259 - Add PageState to HistoryItem conversion code
Summary: Add PageState to HistoryItem conversion code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-24 11:54 PDT by Anders Carlsson
Modified: 2014-06-24 12:19 PDT (History)
7 users (show)

See Also:


Attachments
Patch (14.33 KB, patch)
2014-06-24 11:58 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>