RESOLVED FIXED 113863
[Qt] Move logic of simple forwarding functions to TestRunner.
https://bugs.webkit.org/show_bug.cgi?id=113863
Summary [Qt] Move logic of simple forwarding functions to TestRunner.
Zeno Albisser
Reported 2013-04-03 03:28:48 PDT
[Qt] Move logic of simple forwarding functions to TestRunner.
Attachments
Patch (5.85 KB, patch)
2013-04-03 03:29 PDT, Zeno Albisser
hausmann: review+
Zeno Albisser
Comment 1 2013-04-03 03:29:30 PDT
Simon Hausmann
Comment 2 2013-04-03 03:44:08 PDT
Comment on attachment 196315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196315&action=review > Tools/DumpRenderTree/qt/TestRunnerQt.cpp:833 > + DumpRenderTree* drt = DumpRenderTree::instance(); Since what we need is the QWebPage and not the drt, you could also declare a local QWebPage *webPage variable instead of *drt
Zeno Albisser
Comment 3 2013-04-03 05:32:14 PDT
Note You need to log in before you can comment on or make changes to this bug.