RESOLVED FIXED 115309
Replace uses of StorageTask with StorageThread::dispatch and WTF::bind
https://bugs.webkit.org/show_bug.cgi?id=115309
Summary Replace uses of StorageTask with StorageThread::dispatch and WTF::bind
Anders Carlsson
Reported 2013-04-27 13:07:11 PDT
Replace uses of StorageTask with StorageThread::dispatch and WTF::bind
Attachments
Patch (10.45 KB, patch)
2013-04-27 13:07 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-04-27 13:07:51 PDT
Andreas Kling
Comment 2 2013-04-27 13:25:24 PDT
Comment on attachment 199910 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=199910&action=review r=me > Source/WebCore/storage/StorageTask.cpp:94 > break; This line should also be removed. > Source/WebCore/storage/StorageTracker.cpp:391 > + m_thread->dispatch(bind(&StorageTracker::syncDeleteAllOrigins, this)); Dispatching a "sync" method sure looks odd.
Anders Carlsson
Comment 3 2013-04-27 13:27:27 PDT
Note You need to log in before you can comment on or make changes to this bug.