[Webkit-unassigned] [Bug 191422] Remove unnecessary bindArguments() in resetting statement of IDB cursor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 8 09:09:27 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191422
--- Comment #1 from Sihui Liu <sihui_liu at apple.com> ---
resetAndRebindStatement() calls establishStatement()
establishStatement() calls createSQLiteStatement()
createSQLiteStatement() calls bindArguments()
So we don't need to call bindArguments() additionally in resetAndRebindStatement().
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181108/164889db/attachment-0001.html>
More information about the webkit-unassigned
mailing list