RunLoop::dispatch should take an std::function
Created attachment 215312 [details] Patch
Comment on attachment 215312 [details] Patch Sweet!
Attachment 215312 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/FunctionDispatcher.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.exp.in', u'Source/WebCore/platform/RunLoop.cpp', u'Source/WebCore/platform/RunLoop.h']" exit_code: 1 Source/WebCore/platform/RunLoop.cpp:123: Extra space before ( in function call [whitespace/parens] [4] Source/WebCore/platform/RunLoop.h:60: Extra space before ( in function call [whitespace/parens] [4] Source/WebCore/platform/RunLoop.h:136: Extra space before ( in function call [whitespace/parens] [4] Source/WTF/wtf/FunctionDispatcher.h:38: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 4 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r158123: <http://trac.webkit.org/changeset/158123>