[webkit-reviews] review granted: [Bug 77239] IndexedDB: Re-enable structured-clone test : [Attachment 124792] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 13:17:33 PST 2012


Tony Chang <tony at chromium.org> has granted Joshua Bell <jsbell at chromium.org>'s
request for review:
Bug 77239: IndexedDB: Re-enable structured-clone test
https://bugs.webkit.org/show_bug.cgi?id=77239

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

------- Additional Comments from Tony Chang <tony at chromium.org>
Seems fine.  You could possibly also do something like Date.prototype.toString
= function() {
  return Date.UTC(this.getUTCFullYear(), this.getUTCMonth(), this.getUTCDay(),
...);
}
to get controllable results.


More information about the webkit-reviews mailing list