summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp b/chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
index bd2606043c5..847a33838de 100644
--- a/chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
+++ b/chromium/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
@@ -87,6 +87,11 @@ WebURL WebPrerender::url() const
return WebURL(m_private->url());
}
+unsigned WebPrerender::relTypes() const
+{
+ return m_private->relTypes();
+}
+
WebString WebPrerender::referrer() const
{
return m_private->referrer();