[webkit-reviews] review granted: [Bug 127387] AX: Crash in WebKit::WebPageProxy::registerWebProcessAccessibilityToken : [Attachment 221815] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 22 10:01:56 PST 2014


Alexey Proskuryakov <ap at webkit.org> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 127387: AX: Crash in
WebKit::WebPageProxy::registerWebProcessAccessibilityToken
https://bugs.webkit.org/show_bug.cgi?id=127387

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

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


> Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm:390
> +    if (!isValid())
> +	   return;

Is it semantically correct to ignore this call, or should the data be queued
and sent once the process is (re)started?


More information about the webkit-reviews mailing list