summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-06-29 15:38:30 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-06-30 07:36:08 +0000
commitd10511e0a3f655ab2b1dfebfd9c17ade151a7cfe (patch)
tree5ec64ccaedca04e702cde087aa950043c1e49974 /Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp
parentaab669a05f943c587f6acccd94d53a8544170c1c (diff)
downloadqtwebkit-d10511e0a3f655ab2b1dfebfd9c17ade151a7cfe.tar.gz
Import WebKit commit 3c9fc2fb47474909f5c30b518d372c854a3ec433
Change-Id: Iccd335ea312d91e826885857fee6d0da3e913b8c Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp')
-rw-r--r--Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp b/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp
index f9177fd59..3f5396a4b 100644
--- a/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp
+++ b/Source/WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp
@@ -21,10 +21,9 @@
#include "config.h"
#include "WKURLQt.h"
-#include "WKAPICast.h"
#include "WKRetainPtr.h"
+#include "WKSharedAPICast.h"
#include <QString>
-#include <wtf/RefPtr.h>
#include <wtf/text/WTFString.h>
using namespace WebKit;