<div dir="ltr">On Mon, Feb 23, 2015 at 2:43 PM, Alex Christensen <span dir="ltr">&lt;<a href="mailto:achristensen@apple.com" target="_blank">achristensen@apple.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Last week I switched the iOS and Mac builds to use WEBCORE_EXPORT instead of <a href="http://WebCore.exp.in" target="_blank">WebCore.exp.in</a>.  This should make maintenance easier, but there are a few quirks everybody should be aware of:<div><br></div><div>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 <a href="http://trac.webkit.org/changeset/179974/trunk/Source/WebCore/dom/Range.h" target="_blank">http://trac.webkit.org/changeset/179974/trunk/Source/WebCore/dom/Range.h</a> for an example fix.</div></div></blockquote><div><br></div><div>Does it matter the function is defined in a header file or that it&#39;s an inline?</div><div><br></div><div>- R. Niwa</div><div><br></div></div></div></div>