Bug 85983 - [GTK] Do not install JavaScriptCore platform-specific headers
Summary: [GTK] Do not install JavaScriptCore platform-specific headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 05:11 PDT by Carlos Garcia Campos
Modified: 2012-05-09 09:01 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2012-05-09 05:16 PDT, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-05-09 05:11:33 PDT
JavaScriptCore.h includes JSStringRefCF.h unconditionally. Because of that, it was renamed to JavaScript.h and JavaScriptCore.h we kept for compatibility with mac/windows users already using that header, see bug #16029.
Comment 1 Carlos Garcia Campos 2012-05-09 05:16:19 PDT
Created attachment 140922 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-05-09 09:01:53 PDT
Committed r116532: <http://trac.webkit.org/changeset/116532>