Bug 30953 - [Qt] Remove qt/WorkQueue.cpp|h in favor of platform independent WorkQueue
Summary: [Qt] Remove qt/WorkQueue.cpp|h in favor of platform independent WorkQueue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-10-30 06:35 PDT by Antonio Gomes
Modified: 2009-10-30 08:54 PDT (History)
0 users

See Also:


Attachments
(committed in r50333) patch 0.1 (8.59 KB, patch)
2009-10-30 06:39 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2009-10-30 06:35:21 PDT
WebKitTools/DumpRendetree/WorkQueue.cpp|h is pretty much the same as WebKitTools/DumpRendetree/qt/WorkQueue.cpp|h

patch removes the later and make qt DRT to use the platform independent implementation (like gtk and mac port do).
Comment 1 Antonio Gomes 2009-10-30 06:39:34 PDT
Created attachment 42211 [details]
(committed in r50333) patch 0.1
Comment 2 Holger Freyther 2009-10-30 06:42:17 PDT
Comment on attachment 42211 [details]
(committed in r50333) patch 0.1

Sounds great.
Comment 3 Antonio Gomes 2009-10-30 08:54:37 PDT
Followup build fix committed in revision 50336.

thanks to Ossy in bbandix