Bug 126566 - WebKit2 EFL build fix after r161387
Summary: WebKit2 EFL build fix after r161387
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-07 00:18 PST by Jinwoo Song
Modified: 2014-01-07 01:32 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.93 KB, patch)
2014-01-07 00:20 PST, Jinwoo Song
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jinwoo Song 2014-01-07 00:18:03 PST
make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/WebChromeClient.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/c++/4.7/memory:86:0,
                 from /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/Source/WTF/wtf/StdLibExtras.h:30,
                 from /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/Source/WTF/wtf/FastMalloc.h:28,
                 from /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/Source/WebKit2/config.h:56,
                 from /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:27:
/usr/include/c++/4.7/bits/unique_ptr.h: In instantiation of ‘void std::default_delete<_Tp>::operator()(_Tp*) const [with _Tp = WebKit::RemoteScrollingCoordinatorProxy]’:
/usr/include/c++/4.7/bits/unique_ptr.h:173:4:   required from ‘std::unique_ptr<_Tp, _Dp>::~unique_ptr() [with _Tp = WebKit::RemoteScrollingCoordinatorProxy; _Dp = std::default_delete<WebKit::RemoteScrollingCoordinatorProxy>]’
/mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:316:39:   required from here
/usr/include/c++/4.7/bits/unique_ptr.h:63:14: error: invalid application of ‘sizeof’ to incomplete type ‘WebKit::RemoteScrollingCoordinatorProxy’
make[2]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/WebPageProxy.cpp.o] Error 1
make[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Jinwoo Song 2014-01-07 00:20:55 PST
Created attachment 220498 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-07 01:32:52 PST
Comment on attachment 220498 [details]
Patch

Clearing flags on attachment: 220498

Committed r161413: <http://trac.webkit.org/changeset/161413>
Comment 3 WebKit Commit Bot 2014-01-07 01:32:55 PST
All reviewed patches have been landed.  Closing bug.