> Does it matter the function is defined in a header file or that it's an > inline?
If a function is always inlined that would also cause a problem if the linker tried to export a symbol from an object file, but most of those are defined in headers. _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

