RESOLVED FIXED 129362
[iOS] Remove some erroneously captured blocks
https://bugs.webkit.org/show_bug.cgi?id=129362
Summary [iOS] Remove some erroneously captured blocks
Alexey Proskuryakov
Reported 2014-02-25 21:54:20 PST
In <http://trac.webkit.org/r164409>, I added some code that captures Objective-C blocks in a C++ lambda. But 1. This doesn't work, you can't simply capture a block. 2. These blocks are not used in completion function anyway.
Attachments
proposed patch (2.90 KB, patch)
2014-02-25 21:56 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-02-25 21:56:33 PST
Created attachment 225220 [details] proposed patch
WebKit Commit Bot
Comment 2 2014-02-26 10:09:45 PST
Comment on attachment 225220 [details] proposed patch Clearing flags on attachment: 225220 Committed r164721: <http://trac.webkit.org/changeset/164721>
WebKit Commit Bot
Comment 3 2014-02-26 10:09:47 PST
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.