Bug 129362

Summary: [iOS] Remove some erroneously captured blocks
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, enrica, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

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.