[webkit-reviews] review granted: [Bug 126435] Move WebCore storage code to C++11 lambdas, std::function : [Attachment 237031] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 24 12:02:35 PDT 2014


Darin Adler <darin at apple.com> has granted Zan Dobersek
<zandobersek at gmail.com>'s request for review:
Bug 126435: Move WebCore storage code to C++11 lambdas, std::function
https://bugs.webkit.org/show_bug.cgi?id=126435

Attachment 237031: Patch
https://bugs.webkit.org/attachment.cgi?id=237031&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=237031&action=review


> Source/WebCore/storage/StorageAreaSync.cpp:75
> +    m_syncManager->dispatch([=] {

Is there a good reason that in sites like this we have [=] instead of
[protector]?


More information about the webkit-reviews mailing list