[Webkit-unassigned] [Bug 27966] Race condition in the database code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 16:25:23 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34701|review?                     |review+, commit-queue+
               Flag|                            |




--- Comment #24 from Eric Seidel <eric at webkit.org>  2009-08-12 16:25:20 PDT ---
(From update of attachment 34701)
Passing "read" or "write" instead of a bool would have made the callsites more
clear, but this is OK as is.

28 function statementSuccessCallback(dbName, isReadStatement)
 29 {
 30     log(dbName + " " + (isReadStatement ? "read" : "write") + " statement
succeeded");
 31 }
 32 
 33 function statementErrorCallback(dbName, isReadStatement, error)

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



More information about the webkit-unassigned mailing list