From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Tools/WebKitTestRunner/WorkQueueManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Tools/WebKitTestRunner/WorkQueueManager.h') diff --git a/Tools/WebKitTestRunner/WorkQueueManager.h b/Tools/WebKitTestRunner/WorkQueueManager.h index 21d5ebb88..273d51191 100644 --- a/Tools/WebKitTestRunner/WorkQueueManager.h +++ b/Tools/WebKitTestRunner/WorkQueueManager.h @@ -27,7 +27,6 @@ #define WorkQueueManager_h #include -#include #include namespace WTR { @@ -42,7 +41,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); + void queueLoad(const String& url, const String& target, bool shouldOpenExternalURLs); void queueLoadHTMLString(const String& content, const String& baseURL, const String& unreachableURL); void queueBackNavigation(unsigned howFarBackward); void queueForwardNavigation(unsigned howFarForward); @@ -51,7 +50,7 @@ public: void queueNonLoadingScript(const String& script); private: - typedef Deque > WorkQueue; + typedef Deque> WorkQueue; void enqueue(WorkQueueItem*); // Adopts pointer. -- cgit v1.2.1