[webkit-reviews] review granted: [Bug 26356] Need v8 bindings for DOM Storage : [Attachment 31216] v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 15:46:20 PDT 2009


David Levin <levin at chromium.org> has granted Jeremy Orlow
<jorlow at chromium.org>'s request for review:
Bug 26356: Need v8 bindings for DOM Storage
https://bugs.webkit.org/show_bug.cgi?id=26356

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

------- Additional Comments from David Levin <levin at chromium.org>
	 ASSERT(ec == 0);
should be (avoid ==, != comparisons to 0 in WK code).
	 ASSERT(!ec);
but this can be done on landing.


More information about the webkit-reviews mailing list