[webkit-reviews] review granted: [Bug 177411] REGRESSION(r214201): WebProcess hangs during policy decisions : [Attachment 321641] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 23 18:08:23 PDT 2017


Geoffrey Garen <ggaren at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 177411: REGRESSION(r214201): WebProcess hangs during policy decisions
https://bugs.webkit.org/show_bug.cgi?id=177411

Attachment 321641: Patch

https://bugs.webkit.org/attachment.cgi?id=321641&action=review




--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 321641
  --> https://bugs.webkit.org/attachment.cgi?id=321641
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=321641&action=review

r=me

> Source/WebKit/UIProcess/WebPageProxy.cpp:3756
> +    m_decidePolicyForResponseRequest = 0;

Should be nullptr.

Why did m_decidePolicyForResponseRequest change to a pointer?


More information about the webkit-reviews mailing list