Bug 129362 - [iOS] Remove some erroneously captured blocks
Summary: [iOS] Remove some erroneously captured blocks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 21:54 PST by Alexey Proskuryakov
Modified: 2014-02-26 10:09 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (2.90 KB, patch)
2014-02-25 21:56 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2014-02-25 21:56:33 PST
Created attachment 225220 [details]
proposed patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-02-26 10:09:47 PST
All reviewed patches have been landed.  Closing bug.