summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/PlatformWebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/PlatformWebView.h')
-rw-r--r--Tools/TestWebKitAPI/PlatformWebView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/TestWebKitAPI/PlatformWebView.h b/Tools/TestWebKitAPI/PlatformWebView.h
index 43e329b..312168d 100644
--- a/Tools/TestWebKitAPI/PlatformWebView.h
+++ b/Tools/TestWebKitAPI/PlatformWebView.h
@@ -54,7 +54,7 @@ public:
PlatformWebView(WKContextRef, WKPageGroupRef = 0);
~PlatformWebView();
- WKPageRef page();
+ WKPageRef page() const;
PlatformWKView platformView() const { return m_view; }
void resizeTo(unsigned width, unsigned height);
void focus();