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 deed4ab..b9854c4 100644
--- a/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
+++ b/WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
@@ -60,7 +60,7 @@ PlatformWebView::~PlatformWebView()
{
if (::IsWindow(m_window))
::DestroyWindow(m_window);
- WKViewRelease(m_view);
+ WKRelease(m_view);
}
void PlatformWebView::resizeTo(unsigned width, unsigned height)