Bug 115066 - [EFL][WK2] Build break after r149004
Summary: [EFL][WK2] Build break after r149004
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 17:04 PDT by Ryuan Choi
Modified: 2013-04-23 17:21 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2013-04-23 17:13 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2013-04-23 17:04:51 PDT
Below errors occured.

[ 83%] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/__/__/DerivedSources/WebKit2/CoordinatedLayerTreeHostMessageReceiver.cpp.o
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp: In static member function ‘static WTF::PassRefPtr<WebKit::CoordinatedLayerTreeHost> WebKit::CoordinatedLayerTreeHost::create(WebKit::WebPage*)’:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:66:57: error: cannot allocate an object of abstract type ‘WebKit::CoordinatedLayerTreeHost’
In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31:0:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:48:7: note:   because the following virtual functions are pure within ‘WebKit::CoordinatedLayerTreeHost’:
In file included from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:26:0,
                 from /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31:
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.h:75:18: note: 	virtual void WebKit::LayerTreeHost::pageBackgroundTransparencyChanged()
/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:67:1: error: control reaches end of non-void function [-Werror=return-type]
cc1plus: all warnings being treated as errors
make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp.o] Error 1
Comment 1 Ryuan Choi 2013-04-23 17:13:10 PDT
Created attachment 199339 [details]
Patch
Comment 2 Ryuan Choi 2013-04-23 17:19:31 PDT
Committed r149008: <http://trac.webkit.org/changeset/149008>
Comment 3 Ryuan Choi 2013-04-23 17:21:44 PDT
Comment on attachment 199339 [details]
Patch

clear the flag. thank you.