[Webkit-unassigned] [Bug 40243] [Qt] ContextMenuClientQt.cpp has coding-style errors

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


https://bugs.webkit.org/show_bug.cgi?id=40243


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58056|review?                     |review-
               Flag|                            |




--- Comment #2 from David Levin <levin at chromium.org>  2010-06-09 09:35:27 PST ---
(From update of attachment 58056)
WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp:33
 +  #include "RefCounted.h"
This should be included like this 

#include <wtf/RefCounted.h>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list