Bug 116335 - Expose new load-with-userData API to Objective-C
Summary: Expose new load-with-userData API to Objective-C
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on: 116467 116522
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-17 11:18 PDT by Sam Weinig
Modified: 2013-05-21 01:04 PDT (History)
6 users (show)

See Also:


Attachments
Patch (22.57 KB, patch)
2013-05-17 11:22 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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