[webkit-reviews] review denied: [Bug 40243] [Qt] ContextMenuClientQt.cpp has coding-style errors : [Attachment 58056] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 09:35:27 PDT 2010


David Levin <levin at chromium.org> has denied Anders Bakken
<agbakken at gmail.com>'s request for review:
Bug 40243: [Qt] ContextMenuClientQt.cpp has coding-style errors
https://bugs.webkit.org/show_bug.cgi?id=40243

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

------- Additional Comments from David Levin <levin at chromium.org>
WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp:33
 +  #include "RefCounted.h"
This should be included like this 

#include <wtf/RefCounted.h>


More information about the webkit-reviews mailing list