Bug 134487 - [WK2] Can not convert ‘sessionState.WebKit::SessionState::provisionalURL’ from ‘WebCore::URL’ to ‘bool’
Summary: [WK2] Can not convert ‘sessionState.WebKit::SessionState::provisionalURL’ fro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on: 134479
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-01 00:49 PDT by Gyuyoung Kim
Modified: 2014-07-01 01:18 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2014-07-01 00:53 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-07-01 00:49:25 PDT
There is build break since rr170627.

/home/gyuyoung/webkit/WebKit/Source/WebKit2/UIProcess/WebPageProxy.cpp:1858:36: error: could not convert ‘sessionState.WebKit::SessionState::provisionalURL’ from ‘WebCore::URL’ to ‘bool’
     if (sessionState.provisionalURL) {
Comment 1 Gyuyoung Kim 2014-07-01 00:53:03 PDT
Created attachment 234150 [details]
Patch
Comment 2 Gyuyoung Kim 2014-07-01 01:00:22 PDT
CC'ing Anders and Carlos
Comment 3 Gyuyoung Kim 2014-07-01 01:18:22 PDT
Committed r170632: <http://trac.webkit.org/changeset/170632>