[webkit-reviews] review denied: [Bug 46090] [chromium] expose the filename used for a given indexed DB : [Attachment 68202] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 02:24:00 PDT 2010


Jeremy Orlow <jorlow at chromium.org> has denied jochen at chromium.org's request for
review:
Bug 46090: [chromium] expose the filename used for a given indexed DB
https://bugs.webkit.org/show_bug.cgi?id=46090

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

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

> WebKit/chromium/src/WebIDBFactory.cpp:45
> +    return IDBFactoryBackendImpl::databaseFileName(name,
static_cast<PassRefPtr<SecurityOrigin> >(origin).get());

noooooo

You probably just need to include WebSecurityOrigin at the top.


More information about the webkit-reviews mailing list