[webkit-reviews] review granted: [Bug 91546] Implement putIndexKeys in WebIDBObjectStoreImpl : [Attachment 152842] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 11:04:56 PDT 2012


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Alec Flett
<alecflett at chromium.org>'s request for review:
Bug 91546: Implement putIndexKeys in WebIDBObjectStoreImpl
https://bugs.webkit.org/show_bug.cgi?id=91546

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

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=152842&action=review


> Source/WebKit/chromium/src/WebIDBObjectStoreImpl.cpp:72
> +    for (size_t i = 0; i < webIndexNames.size(); ++i) {

Perhaps WebVector<T> should have a helper method for converting to a
WTF::Vector.


More information about the webkit-reviews mailing list