[webkit-reviews] review requested: [Bug 104354] IndexedDB: Don't use strings to represent serialized values : [Attachment 179678] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 16 18:18:47 PST 2012


Michael Pruett <michael at 68k.org> has asked  for review:
Bug 104354: IndexedDB: Don't use strings to represent serialized values
https://bugs.webkit.org/show_bug.cgi?id=104354

Attachment 179678: Patch
https://bugs.webkit.org/attachment.cgi?id=179678&action=review

------- Additional Comments from Michael Pruett <michael at 68k.org>
I've changed the return type of IDBBackingStore::Cursor::value() from const
Vector<uint8_t>* to const Vector<uint8_t>& and have added a constructor for JSC
SerializedScriptValue which takes const Vector<uint8_t>& rather than
Vector<uint8_t>&.


More information about the webkit-reviews mailing list