WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134470
Avoid copying function object in lambda function in ScrollingThread::dispatchBarrier(); actually use move semantics
https://bugs.webkit.org/show_bug.cgi?id=134470
Summary
Avoid copying function object in lambda function in ScrollingThread::dispatch...
Daniel Bates
Reported
2014-06-30 16:33:32 PDT
We should make the lambda expression mutable in ScrollingThread::dispatchBarrier() so that we actually use move semantics when calling callOnMainThread().
Attachments
Patch
(1.87 KB, patch)
2014-06-30 16:34 PDT
,
Daniel Bates
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2014-06-30 16:34:24 PDT
Created
attachment 234115
[details]
Patch
Daniel Bates
Comment 2
2014-06-30 17:04:46 PDT
Committed
r170616
: <
http://trac.webkit.org/changeset/170616
>
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