[webkit-reviews] review granted: [Bug 59656] Fix OwnPtr issues in IndexedDB : [Attachment 91378] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 16:46:13 PDT 2011


David Levin <levin at chromium.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 59656: Fix OwnPtr issues in IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=59656

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

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=91378&action=review

> Source/WebCore/platform/leveldb/LevelDBDatabase.cpp:102
> +    OwnPtr<LevelDBDatabase> result = adoptPtr(new LevelDBDatabase());

Not required (cq+ is ok with me) but might want to remove the ().


More information about the webkit-reviews mailing list