[Webkit-unassigned] [Bug 158798] Moved key function of JSC::StringSourceProvider to JSC library.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 15 17:57:32 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158798
--- Comment #5 from Mark Lam <mark.lam at apple.com> ---
The bots are complaining about:
Undefined symbols for architecture i386:
"vtable for JSC::StringSourceProvider", referenced from:
I think your patch is incorrect. What you want is to move the StringSourceProvider constructor to the cpp file, and make that JS_EXPORT_PRIVATE. Then, you won't need to export the vtable. You also don't need to override the destructor.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160616/a760d5bc/attachment-0001.html>
More information about the webkit-unassigned
mailing list