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
Created attachment 246019 [details] Patch
Comment on attachment 246019 [details] Patch rs=me. I think this patch will fix GTK port as well.
Comment on attachment 246019 [details] Patch It looks chris just fixed this problem - http://trac.webkit.org/changeset/179596
Comment on attachment 246019 [details] Patch You were still missing a few files btw :)