[DRT/Chromium] Remove dependency to base/task.h and base/timer.h
Created attachment 66337 [details] Patch
Comment on attachment 66337 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=66337&action=prettypatch > WebKitTools/DumpRenderTree/chromium/Task.h:40 > +class WebTask { Minor quibble: the Web prefix is typically used in WebKit layer. How about we call it something like DRTTask. Blergh, that's bad too! Ok, I am out of ideas -- you can land as-is :)
(In reply to comment #2) > (From update of attachment 66337 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=66337&action=prettypatch > > > WebKitTools/DumpRenderTree/chromium/Task.h:40 > > +class WebTask { > Minor quibble: the Web prefix is typically used in WebKit layer. How about we call it something like DRTTask. Blergh, that's bad too! Ok, I am out of ideas -- you can land as-is :) I'll commit the patch as is. We can rename it easily later :-)
Comment on attachment 66337 [details] Patch Clearing flags on attachment: 66337 Committed r66701: <http://trac.webkit.org/changeset/66701>
All reviewed patches have been landed. Closing bug.