[webkit-reviews] review granted: [Bug 187647] Add more threading release assertions : [Attachment 344952] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 11:43:27 PDT 2018


Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 187647: Add more threading release assertions
https://bugs.webkit.org/show_bug.cgi?id=187647

Attachment 344952: Patch

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




--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 344952
  --> https://bugs.webkit.org/attachment.cgi?id=344952
Patch

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

> Source/WebKit/UIProcess/WebProcessProxy.cpp:760
> +    RELEASE_ASSERT(RunLoop::isMain());

All the other assertions are at the beginning of the function.


More information about the webkit-reviews mailing list