Bug 158780

Summary: Only Mac port needs ObjC API for JSC
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, keith_miller, mark.lam, msaboff, pnormand, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.