[Webkit-unassigned] [Bug 147222] Implement WebAssembly modules
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 16:23:13 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147222
Geoffrey Garen <ggaren at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #257370| |review-
Flags| |
--- Comment #11 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 257370
--> https://bugs.webkit.org/attachment.cgi?id=257370
Use jsCast instead of static_cast.
You've created an object that requires a destructor, but you haven't arranged to run the destructor.
By default, GC objects do not run destructors. One way to do this is to inherit from JSDestructibleObject.
--
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/20150723/dce1b824/attachment.html>
More information about the webkit-unassigned
mailing list