[webkit-dev] WEBCORE_EXPORT

Ryosuke Niwa rniwa at webkit.org
Mon Feb 23 16:37:31 PST 2015


On Mon, Feb 23, 2015 at 2:43 PM, Alex Christensen <achristensen at apple.com>
wrote:

> Last week I switched the iOS and Mac builds to use WEBCORE_EXPORT instead
> of WebCore.exp.in.  This should make maintenance easier, but there are a
> few quirks everybody should be aware of:
>
> 1) Do not use WEBCORE_EXPORT before a function defined in a header.  This
> will cause check-for-weak-vtables-and-externals to fail sometimes.  See
> http://trac.webkit.org/changeset/179974/trunk/Source/WebCore/dom/Range.h for
> an example fix.
>

Does it matter the function is defined in a header file or that it's an
inline?

- R. Niwa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20150223/04d1f7b1/attachment.html>


More information about the webkit-dev mailing list