[webkit-reviews] review granted: [Bug 65250] WebSocket: Pass the value of useHixie76Protocol flag to WebSocket object : [Attachment 102141] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 08:43:08 PDT 2011


Alexey Proskuryakov <ap at webkit.org> has granted Yuta Kitamura
<yutak at chromium.org>'s request for review:
Bug 65250: WebSocket: Pass the value of useHixie76Protocol flag to WebSocket
object
https://bugs.webkit.org/show_bug.cgi?id=65250

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
This looks like a case where a bool is better than an enum, because callers
don't use true/false literals, and there is no confusion.


More information about the webkit-reviews mailing list