On Mon, Feb 23, 2015 at 2:43 PM, Alex Christensen <achristen...@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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to