[webkit-reviews] review granted: [Bug 180856] Remove unnecessary boolean result of start() functions : [Attachment 329574] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 16 08:31:01 PST 2017


Darin Adler <darin at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 180856: Remove unnecessary boolean result of start() functions
https://bugs.webkit.org/show_bug.cgi?id=180856

Attachment 329574: Patch

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




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 329574
  --> https://bugs.webkit.org/attachment.cgi?id=329574
Patch

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

> Source/WebCore/Modules/webdatabase/DatabaseThread.cpp:-70
> -    return m_thread;

Compiler errors make it clear that we also have to turn the "return true" above
into "return".


More information about the webkit-reviews mailing list