[webkit-reviews] review granted: [Bug 78659] IndexedDB: webFrame isn't threadsafe, don't use it from a worker thread : [Attachment 127483] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 09:58:19 PST 2012


Tony Chang <tony at chromium.org> has granted David Grogan
<dgrogan at chromium.org>'s request for review:
Bug 78659: IndexedDB: webFrame isn't threadsafe, don't use it from a worker
thread
https://bugs.webkit.org/show_bug.cgi?id=78659

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

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=127483&action=review


> Source/WebKit/chromium/src/IDBFactoryBackendProxy.cpp:190
> +    m_webIDBFactory->open(name, new WebIDBCallbacksImpl(callbacks), origin,
/*webFrame*/0, dataDir);

Nit: I'm not sure it's worth having the param inline comment.  *shrug*


More information about the webkit-reviews mailing list