Bug 94376 - [EFL] REGRESSION(r125923): Breaks EFL build
Summary: [EFL] REGRESSION(r125923): Breaks EFL build
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: Sudarsana Nagineni (babu)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 12:38 PDT by Sudarsana Nagineni (babu)
Modified: 2012-08-17 13:44 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.32 KB, patch)
2012-08-17 12:43 PDT, Sudarsana Nagineni (babu)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sudarsana Nagineni (babu) 2012-08-17 12:38:57 PDT
EFL build break after r125923.

[ 85%] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/UIProcess/WebPageProxy.cpp.o
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/UIProcess/WebPageProxy.cpp: In member function ‘void WebKit::WebPageProxy::didReceiveIntentForFrame(uint64_t, const WebKit::IntentData&, CoreIPC::ArgumentDecoder*)’:
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:2209:86: error: no matching function for call to ‘WebKit::WebIntentData::create(const WebKit::IntentData&, WTF::RefPtr<WebKit::WebProcessProxy>&)’
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/UIProcess/WebPageProxy.cpp:2209:86: note: candidate is:
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/UIProcess/WebIntentData.h:47:38: note: static WTF::PassRefPtr<WebKit::WebIntentData> WebKit::WebIntentData::create(const WebKit::IntentData&, WebKit::WebProcessProxy*)
/home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/Source/WebKit2/UIProcess/WebIntentData.h:47:38: note:   no known conversion for argument 2 from ‘WTF::RefPtr<WebKit::WebProcessProxy>’ to ‘WebKit::WebProcessProxy*’
make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/UIProcess/WebPageProxy.cpp.o] Error 1
make[1]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Sudarsana Nagineni (babu) 2012-08-17 12:43:54 PDT
Created attachment 159181 [details]
Patch

Fix build break.
Comment 2 WebKit Review Bot 2012-08-17 13:43:53 PDT
Comment on attachment 159181 [details]
Patch

Clearing flags on attachment: 159181

Committed r125930: <http://trac.webkit.org/changeset/125930>
Comment 3 WebKit Review Bot 2012-08-17 13:44:09 PDT
All reviewed patches have been landed.  Closing bug.