Clean up MainThreadTask
Created attachment 231252 [details] Patch
Attachment 231252 [details] did not pass style-queue: ERROR: Source/WebCore/platform/MainThreadTask.h:40: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebCore/platform/MainThreadTask.h:44: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 2 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 231252 [details] Patch A fine refinement. But I suggest we do the cross-thread copying explicitly and use plain old lambdas rather than having this MainThreadTask class at all.
Comment on attachment 231252 [details] Patch Clearing flags on attachment: 231252 Committed r168611: <http://trac.webkit.org/changeset/168611>
All reviewed patches have been landed. Closing bug.