Bug 141233

Summary: [EFL] Fix build after r179588
Product: WebKit Reporter: Hunseop Jeong <hs85.jeong>
Component: WebKit EFLAssignee: Hunseop Jeong <hs85.jeong>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, gyuyoung.kim, lucas.de.marchi, ossy, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 141217    
Attachments:
Description Flags
Patch none

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 :)