Bug 134536

Summary: Fix build break on EFL and GTK ports since r170683
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit2Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2014-07-01 20:00:07 PDT
There are build break on GTK and EFL since r170683.

FAILED: : && /usr/lib/ccache/g++-4.8  -fPIC -pipe  -std=c++11 -fno-exceptions -fno-strict-aliasing -fno-rtti -g  -Wl,--no-undefined  -L/home/slave/webkitgtk/gtk-linux-64-debug/build/WebKitBuild/Dependencies/Root/lib64  -Wl,--no-keep-memory -shared -Wl,-soname,libwebkit2gtk-3.0.so.25 -o lib/libwebkit2gtk-3.0.so.25.11.0 @CMakeFiles/WebKit2.rsp  && :
../../Source/WebKit2/UIProcess/API/C/WKPage.cpp:375: error: undefined reference to 'API::SessionState::create(WebKit::SessionState)'
Comment 1 Gyuyoung Kim 2014-07-01 20:02:03 PDT
Created attachment 234234 [details]
Patch
Comment 2 Gyuyoung Kim 2014-07-01 20:32:44 PDT
Comment on attachment 234234 [details]
Patch

There is no build error on Mac when I build webkit with this patch locally. Landed.
Comment 3 WebKit Commit Bot 2014-07-01 20:44:42 PDT
Comment on attachment 234234 [details]
Patch

Clearing flags on attachment: 234234

Committed r170695: <http://trac.webkit.org/changeset/170695>
Comment 4 WebKit Commit Bot 2014-07-01 20:44:47 PDT
All reviewed patches have been landed.  Closing bug.