Bug 141233 - [EFL] Fix build after r179588
Summary: [EFL] Fix build after r179588
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: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks: 141217
  Show dependency treegraph
 
Reported: 2015-02-03 22:38 PST by Hunseop Jeong
Modified: 2015-02-04 08:44 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2015-02-03 22:40 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-02-03 22:38:05 PST
TestController.cpp:(.text._ZN3WTR14TestController33decidePolicyForNavigationResponseEPK12OpaqueWKPagePK26OpaqueWKNavigationResponsePK27OpaqueWKFramePolicyListenerPKvSB_+0xc): undefined reference to `WKNavigationResponseCanShowMIMEType'
Tools/WebKitTestRunner/CMakeFiles/WebKitTestRunner.dir/TestController.cpp.o: In function `WTR::TestController::decidePolicyForNavigationResponse(OpaqueWKNavigationResponse const*, OpaqueWKFramePolicyListener const*)':
TestController.cpp:(.text._ZN3WTR14TestController33decidePolicyForNavigationResponseEPK26OpaqueWKNavigationResponsePK27OpaqueWKFramePolicyListener+0xc): undefined reference to `WKNavigationResponseCanShowMIMEType'
collect2: error: ld returned 1 exit status
Comment 1 Hunseop Jeong 2015-02-03 22:40:24 PST
Created attachment 246019 [details]
Patch
Comment 2 Gyuyoung Kim 2015-02-03 22:44:43 PST
Comment on attachment 246019 [details]
Patch

rs=me. I think this patch will fix GTK port as well.
Comment 3 Gyuyoung Kim 2015-02-03 22:53:47 PST
Comment on attachment 246019 [details]
Patch

It looks chris just fixed this problem - http://trac.webkit.org/changeset/179596
Comment 4 Chris Dumez 2015-02-04 08:44:36 PST
Comment on attachment 246019 [details]
Patch

You were still missing a few files btw :)