RESOLVED FIXED 122616
CallbackData unnecessarily caches the JSValue for currentThis
https://bugs.webkit.org/show_bug.cgi?id=122616
Summary CallbackData unnecessarily caches the JSValue for currentThis
Mark Hahnenberg
Reported 2013-10-10 13:01:26 PDT
CallbackData implements its own version of caching the JSValue* for the JSValueRef it stores. +[JSValue valueWithJSValueRef:inContext:] already does caching, thus obviating the need for CallbackData to do its own caching.
Attachments
Patch (3.08 KB, patch)
2013-10-10 13:08 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2013-10-10 13:08:04 PDT
WebKit Commit Bot
Comment 2 2013-10-10 13:48:48 PDT
Comment on attachment 213919 [details] Patch Clearing flags on attachment: 213919 Committed r157249: <http://trac.webkit.org/changeset/157249>
WebKit Commit Bot
Comment 3 2013-10-10 13:48:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.