[webkit-reviews] review granted: [Bug 70394] Date.prototype.toISOString fails to throw exception : [Attachment 111549] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 18:42:31 PDT 2011


Sam Weinig <sam at webkit.org> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 70394: Date.prototype.toISOString fails to throw exception
https://bugs.webkit.org/show_bug.cgi?id=70394

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=111549&action=review


> Source/JavaScriptCore/runtime/DatePrototype.cpp:510
> +    if (!isfinite(thisDateObj->internalNumber()))
> +	   return throwVMError(exec, createRangeError(exec, "Invalid Date"));
> +
> +

WHITESPACE!! !	  !!!!	!!!


More information about the webkit-reviews mailing list