summaryrefslogtreecommitdiffstats
path: root/Tools/WebKitTestRunner/TestController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/WebKitTestRunner/TestController.h')
-rw-r--r--Tools/WebKitTestRunner/TestController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/WebKitTestRunner/TestController.h b/Tools/WebKitTestRunner/TestController.h
index 461d87990..56bfbee88 100644
--- a/Tools/WebKitTestRunner/TestController.h
+++ b/Tools/WebKitTestRunner/TestController.h
@@ -314,8 +314,8 @@ private:
std::unique_ptr<EventSenderProxy> m_eventSenderProxy;
#if PLATFORM(QT)
- class RunLoop;
- RunLoop* m_runLoop;
+ class RunLoopQt;
+ RunLoopQt* m_runLoop;
#endif
WorkQueueManager m_workQueueManager;