Bug 155905 - Remove use of extern "C" to include QuartzCore files
Summary: Remove use of extern "C" to include QuartzCore files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 15:05 PDT by Dean Jackson
Modified: 2016-03-25 16:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.68 KB, patch)
2016-03-25 15:10 PDT, Dean Jackson
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2016-03-25 15:05:29 PDT
Remove use of extern "C" to include QuartzCore files
Comment 1 Dean Jackson 2016-03-25 15:06:07 PDT
<rdar://problem/25364798>
Comment 2 Dean Jackson 2016-03-25 15:10:20 PDT
Created attachment 274946 [details]
Patch
Comment 3 Anders Carlsson 2016-03-25 15:24:59 PDT
Comment on attachment 274946 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=274946&action=review

> Source/WebCore/ChangeLog:9
> +        We can avoid having to wrap things in extern "C".

Should say "avoid having to wrap constants in extern "C", since they are mangled the same in both C and C++.
Comment 4 Dean Jackson 2016-03-25 16:16:01 PDT
Committed r198697: <http://trac.webkit.org/changeset/198697>