[Webkit-unassigned] [Bug 52890] IndexedDB corrupts data on disk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 09:14:35 PST 2011


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





--- Comment #5 from Hans Wennborg <hans at chromium.org>  2011-01-21 09:14:35 PST ---
(From update of attachment 79732)
View in context: https://bugs.webkit.org/attachment.cgi?id=79732&action=review

>> Source/WebCore/platform/sql/SQLiteStatement.cpp:190
>> +    return bindBlob(index, reinterpret_cast<const void*>(characters), text.length() * sizeof(UChar));
> 
> I believe static_cast is preferred. Sorry for not saying that earlier.

In fact, I don't even think you need a cast here...

-- 
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