RESOLVED FIXED 32098
Web Inspector frontend heap allocates ScriptFunctionCall which is unsafe
https://bugs.webkit.org/show_bug.cgi?id=32098
Summary Web Inspector frontend heap allocates ScriptFunctionCall which is unsafe
Oliver Hunt
Reported 2009-12-02 17:31:15 PST
The Web Inspector heap allocates ScriptFunctionCall, which is unsafe as the ScriptFunctionCall contains arguments that need to be protected from GC.
Attachments
Patch (24.40 KB, patch)
2009-12-02 20:09 PST, Oliver Hunt
sam: review+
Oliver Hunt
Comment 1 2009-12-02 20:09:35 PST
Sam Weinig
Comment 2 2009-12-02 20:27:00 PST
Comment on attachment 44203 [details] Patch Please expand out the macro as discussed. r=me.
Oliver Hunt
Comment 3 2009-12-02 21:23:49 PST
Committed r51621
Note You need to log in before you can comment on or make changes to this bug.