Bug 148115 - [CMake] Fix the build after r188553
Summary: [CMake] Fix the build after r188553
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 18:35 PDT by Hunseop Jeong
Modified: 2015-08-17 18:41 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-08-17 18:35:59 PDT
https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/23892/steps/compile-webkit/logs/stdio

Source/WebKit2/CMakeFiles/WebKit2.dir/UIProcess/API/C/WKPage.cpp.o:WKPage.cpp:function WKPageSetPageUIClient::UIClient::createNewPage(WebKit::WebPageProxy*, WebKit::WebFrameProxy*, WebKit::SecurityOriginData const&, WebCore::ResourceRequest const&, WebCore::WindowFeatures const&, WebKit::NavigationActionData const&): error: undefined reference to 'API::WindowFeatures::create(WebCore::WindowFeatures const&)'
collect2: error: ld returned 1 exit status
Comment 1 Hunseop Jeong 2015-08-17 18:40:21 PDT
http://trac.webkit.org/changeset/188563
Comment 2 Hunseop Jeong 2015-08-17 18:41:04 PDT
(In reply to comment #1)
> http://trac.webkit.org/changeset/188563

Already fixed.