[Webkit-unassigned] [Bug 104354] IndexedDB: Don't use strings to represent serialized values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 15:55:47 PST 2012


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





--- Comment #9 from Joshua Bell <jsbell at chromium.org>  2012-12-11 15:58:10 PST ---
(From update of attachment 178894)
View in context: https://bugs.webkit.org/attachment.cgi?id=178894&action=review

> Source/WebCore/Modules/indexeddb/IDBBackingStore.h:81
> +    virtual bool putRecord(IDBBackingStore::Transaction*, int64_t databaseId, int64_t objectStoreId, const IDBKey&, const Vector<uint8_t>& value, RecordIdentifier*);

Should still have WARN_UNUSED_RETURN?

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