Bug 136637 - HAVE(VOUCHERS) is not available outside of WebKit2
Summary: HAVE(VOUCHERS) is not available outside of WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 11:23 PDT by mitz
Modified: 2014-09-08 11:59 PDT (History)
6 users (show)

See Also:


Attachments
Define HAVE_VOUCHERS in Platform.h (2.15 KB, patch)
2014-09-08 11:24 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-09-08 11:23:19 PDT
HAVE_VOUCHERS is only defined in WebKit2’s config.h, so it can’t be used in other projects.
Comment 1 mitz 2014-09-08 11:24:44 PDT
Created attachment 237796 [details]
Define HAVE_VOUCHERS in Platform.h
Comment 2 mitz 2014-09-08 11:59:45 PDT
Fixed in <http://trac.webkit.org/r173393>.