Bug 134536 - Fix build break on EFL and GTK ports since r170683
Summary: Fix build break on EFL and GTK ports since r170683
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:
Blocks:
 
Reported: 2014-07-01 20:00 PDT by Gyuyoung Kim
Modified: 2014-07-01 20:44 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.72 KB, patch)
2014-07-01 20:02 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 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.