From 41386e9cb918eed93b3f13648cbef387e371e451 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 May 2015 09:56:07 +0000 Subject: webkitgtk-2.4.9 --- Tools/WebKitTestRunner/WorkQueueManager.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Tools/WebKitTestRunner/WorkQueueManager.h') diff --git a/Tools/WebKitTestRunner/WorkQueueManager.h b/Tools/WebKitTestRunner/WorkQueueManager.h index 273d51191..21d5ebb88 100644 --- a/Tools/WebKitTestRunner/WorkQueueManager.h +++ b/Tools/WebKitTestRunner/WorkQueueManager.h @@ -27,6 +27,7 @@ #define WorkQueueManager_h #include +#include #include namespace WTR { @@ -41,7 +42,7 @@ public: void clearWorkQueue(); bool processWorkQueue(); // Returns 'true' if queue is processed (no new loading is started), returns 'false' otherwise. - void queueLoad(const String& url, const String& target, bool shouldOpenExternalURLs); + void queueLoad(const String& url, const String& target); void queueLoadHTMLString(const String& content, const String& baseURL, const String& unreachableURL); void queueBackNavigation(unsigned howFarBackward); void queueForwardNavigation(unsigned howFarForward); @@ -50,7 +51,7 @@ public: void queueNonLoadingScript(const String& script); private: - typedef Deque> WorkQueue; + typedef Deque > WorkQueue; void enqueue(WorkQueueItem*); // Adopts pointer. -- cgit v1.2.1