RESOLVED FIXED 74770
Convert more WorkItems over to WTF::Functions
https://bugs.webkit.org/show_bug.cgi?id=74770
Summary Convert more WorkItems over to WTF::Functions
Anders Carlsson
Reported 2011-12-16 16:56:39 PST
Convert more WorkItems over to WTF::Functions
Attachments
Patch (6.79 KB, patch)
2011-12-16 16:58 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2011-12-16 16:58:10 PST
Andreas Kling
Comment 2 2011-12-16 17:01:44 PST
Comment on attachment 119701 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=119701&action=review > Source/WebKit2/WebProcess/Plugins/PluginView.cpp:1221 > - RunLoop::main()->scheduleWork(WorkItem::createDeref(this)); > + RunLoop::main()->dispatch(bind(derefPluginView, this)); I don't think WorkItem::createDeref() has any more call sites, so you should remove it, too.
Anders Carlsson
Comment 3 2011-12-16 17:03:47 PST
Note You need to log in before you can comment on or make changes to this bug.