summaryrefslogtreecommitdiffstats
path: root/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp')
-rw-r--r--WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp b/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
index 9acd236..7334d4a 100644
--- a/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
+++ b/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
@@ -53,7 +53,7 @@ PlatformWebView::PlatformWebView(WKPageNamespaceRef namespaceRef)
RECT viewRect = {0, 0, 800, 600};
m_window = CreateWindowExW(0, hostWindowClassName, L"WebKitTestRunner", WS_OVERLAPPEDWINDOW, 0 /*XOFFSET*/, 0 /*YOFFSET*/, viewRect.right, viewRect.bottom, 0, 0, GetModuleHandle(0), 0);
- m_view = WKViewCreate(viewRect, namespaceRef, m_window);
+ m_view = WKViewCreate(viewRect, namespaceRef, 0 /*pageGroupRef*/, m_window);
}
PlatformWebView::~PlatformWebView()