summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm')
-rw-r--r--Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm b/Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm
index c4f2d72..ad901d3 100644
--- a/Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm
+++ b/Tools/TestWebKitAPI/mac/PlatformWebViewMac.mm
@@ -55,7 +55,7 @@ PlatformWebView::~PlatformWebView()
[m_view release];
}
-WKPageRef PlatformWebView::page()
+WKPageRef PlatformWebView::page() const
{
return [m_view pageRef];
}