[webkit-reviews] review granted: [Bug 115480] Add FunctionDispatcher class and make RunLoop derive from it : [Attachment 200228] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 11:29:34 PDT 2013


Sam Weinig <sam at webkit.org> has granted Anders Carlsson <andersca at apple.com>'s
request for review:
Bug 115480: Add FunctionDispatcher class and make RunLoop derive from it
https://bugs.webkit.org/show_bug.cgi?id=115480

Attachment 200228: Patch
https://bugs.webkit.org/attachment.cgi?id=200228&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=200228&action=review


> Source/WTF/wtf/FunctionDispatcher.h:32
> +class FunctionDispatcher : public ThreadSafeRefCounted<FunctionDispatcher> {

> +public:

I think this is abstract enough that it could use a comment explaining its use.


More information about the webkit-reviews mailing list