Bug 116335

Summary: Expose new load-with-userData API to Objective-C
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, jturcotte, kadam, michael.bruning, ossy, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 116467, 116522    
Bug Blocks:    
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2013-05-17 11:18:52 PDT
Expose new load-with-userData API to Objective-C
Comment 1 Sam Weinig 2013-05-17 11:22:48 PDT
Created attachment 202122 [details]
Patch
Comment 2 Sam Weinig 2013-05-17 11:27:26 PDT
Committed r150277: <http://trac.webkit.org/changeset/150277>
Comment 3 Csaba Osztrogonác 2013-05-18 01:28:44 PDT
(In reply to comment #2)
> Committed r150277: <http://trac.webkit.org/changeset/150277>

It broke the Qt Mountain Lion build:
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Shared/API/c/WKBase.h:45:10: fatal error: 'WebKit2/WKBaseMac.h' file not found
#include <WebKit2/WKBaseMac.h>

__APPLE__ is defined on Qt, but WebKit2/WKBaseMac.h shouldn't be included.

cc-ed Qt guys to check and fix it