[webkit-reviews] review granted: [Bug 54149] [chromium] add WebIDBObjectStore::clear method : [Attachment 81882] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 16:22:15 PST 2011


Jeremy Orlow <jorlow at chromium.org> has granted jochen at chromium.org's request
for review:
Bug 54149: [chromium] add WebIDBObjectStore::clear method
https://bugs.webkit.org/show_bug.cgi?id=54149

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

------- Additional Comments from Jeremy Orlow <jorlow at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=81882&action=review

r=me

> Source/WebKit/chromium/public/WebIDBObjectStore.h:72
> +    virtual void clear(WebIDBCallbacks* callbacks, const WebIDBTransaction&
transaction, WebExceptionCode& ec) { WEBKIT_ASSERT_NOT_REACHED(); }

don't include names (can you fix the others please?)


More information about the webkit-reviews mailing list