RESOLVED FIXED 31485
JSValueProtect and JSValueUnprotect don't protect API wrapper values
https://bugs.webkit.org/show_bug.cgi?id=31485
Summary JSValueProtect and JSValueUnprotect don't protect API wrapper values
Oliver Hunt
Reported 2009-11-13 11:57:28 PST
toJS strips out the wrapper objects made for number cells in the API, which means the protect/unprotect become no-ops. Clearly this is a Bad Thing (tm)
Attachments
Patch (3.41 KB, patch)
2009-11-13 12:00 PST, Oliver Hunt
ggaren: review+
Oliver Hunt
Comment 1 2009-11-13 12:00:07 PST
Geoffrey Garen
Comment 2 2009-11-13 12:07:40 PST
Comment on attachment 43182 [details] Patch r=me
Oliver Hunt
Comment 3 2009-11-13 12:42:41 PST
Committed r50964
Note You need to log in before you can comment on or make changes to this bug.