[Webkit-unassigned] [Bug 26356] Need v8 bindings for DOM Storage

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


https://bugs.webkit.org/show_bug.cgi?id=26356


levin at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31216|review?                     |review+
               Flag|                            |




------- Comment #7 from levin at chromium.org  2009-06-12 15:46 PDT -------
(From update of attachment 31216)
         ASSERT(ec == 0);
should be (avoid ==, != comparisons to 0 in WK code).
         ASSERT(!ec);
but this can be done on landing.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list