WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-12-16 16:58:10 PST
Created
attachment 119701
[details]
Patch
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
Committed
r103132
: <
http://trac.webkit.org/changeset/103132
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug