[webkit-reviews] review granted: [Bug 135117] DatabaseProcess doesn't relaunch after crashing : [Attachment 235222] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 10:09:50 PDT 2014


Alexey Proskuryakov <ap at webkit.org> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 135117: DatabaseProcess doesn't relaunch after crashing
https://bugs.webkit.org/show_bug.cgi?id=135117

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=235222&action=review


> Source/WebKit2/UIProcess/WebContext.cpp:499
> +    WebContextSupplementMap::const_iterator it = m_supplements.begin();
> +    WebContextSupplementMap::const_iterator end = m_supplements.end();
> +    for (; it != end; ++it)

We can't have a C++11 loop here, can we?


More information about the webkit-reviews mailing list