[Qt] Move logic of simple forwarding functions to TestRunner.
Created attachment 196315 [details] Patch
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
Committed r147543: <http://trac.webkit.org/changeset/147543>