Bug 40243 - [Qt] ContextMenuClientQt.cpp has coding-style errors
Summary: [Qt] ContextMenuClientQt.cpp has coding-style errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P5 Trivial
Assignee: Nobody
URL:
Keywords: EasyFix, Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-06-07 11:39 PDT by Anders Bakken
Modified: 2011-01-31 17:27 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2010-06-07 11:40 PDT, Anders Bakken
levin: review-
Details | Formatted Diff | Diff
coding style changed to include RefCounted.h header wrt to wtf (1.09 KB, patch)
2011-01-30 18:22 PST, Srikumar B
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Bakken 2010-06-07 11:39:47 PDT
[Qt] ContextMenuClientQt.cpp has coding-style errors
Comment 1 Anders Bakken 2010-06-07 11:40:15 PDT
Created attachment 58056 [details]
Patch
Comment 2 David Levin 2010-06-09 09:35:27 PDT
Comment on attachment 58056 [details]
Patch

WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp:33
 +  #include "RefCounted.h"
This should be included like this 

#include <wtf/RefCounted.h>
Comment 3 Srikumar B 2011-01-30 18:22:39 PST
Created attachment 80609 [details]
coding style changed to include RefCounted.h header wrt to wtf

coding style changed to include RefCounted.h header wrt to wtf
Comment 4 WebKit Commit Bot 2011-01-31 17:27:14 PST
Comment on attachment 80609 [details]
coding style changed to include RefCounted.h header wrt to wtf

Clearing flags on attachment: 80609

Committed r77183: <http://trac.webkit.org/changeset/77183>
Comment 5 WebKit Commit Bot 2011-01-31 17:27:19 PST
All reviewed patches have been landed.  Closing bug.