Bug 158780 - Only Mac port needs ObjC API for JSC
Summary: Only Mac port needs ObjC API for JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-15 05:23 PDT by Konstantin Tokarev
Modified: 2016-06-15 12:04 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2016-06-15 05:30 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff
Patch (2.68 KB, patch)
2016-06-15 05:54 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-06-15 05:23:22 PDT
Replaced defined(__APPLE__) && !defined(BUILDING_GTK__) with more specific condition.

In Qt port we also disable ObjC API.
Comment 1 Konstantin Tokarev 2016-06-15 05:30:46 PDT
Created attachment 281350 [details]
Patch
Comment 2 Konstantin Tokarev 2016-06-15 05:54:39 PDT
Created attachment 281351 [details]
Patch
Comment 3 WebKit Commit Bot 2016-06-15 12:04:43 PDT
Comment on attachment 281351 [details]
Patch

Clearing flags on attachment: 281351

Committed r202096: <http://trac.webkit.org/changeset/202096>
Comment 4 WebKit Commit Bot 2016-06-15 12:04:48 PDT
All reviewed patches have been landed.  Closing bug.