[webkit-reviews] review granted: [Bug 50871]=?UTF-8?Q?=20enumeration=20value=20=E2=80=98ResponseTypeArrayBuffer=E2=80=99=20not=20handled=20in=20switch=20?=: [Attachment 76306] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 11 09:39:38 PST 2010


Alexey Proskuryakov <ap at webkit.org> has granted Joone Hur <joone at kldp.org>'s
request for review:
Bug 50871: enumeration value ‘ResponseTypeArrayBuffer’ not handled in switch
https://bugs.webkit.org/show_bug.cgi?id=50871

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+#else
+	 return jsUndefined();

I'd also put an ASSERT_NOT_REACHED() there.

As the spec matures, we'll need to re-check what's done to unsupported values
in various cases.


More information about the webkit-reviews mailing list