summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/WebBackForwardList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/WebBackForwardList.h')
-rw-r--r--Source/WebKit2/UIProcess/WebBackForwardList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/WebBackForwardList.h b/Source/WebKit2/UIProcess/WebBackForwardList.h
index d78ed5a67..b6de90b03 100644
--- a/Source/WebKit2/UIProcess/WebBackForwardList.h
+++ b/Source/WebKit2/UIProcess/WebBackForwardList.h
@@ -85,7 +85,7 @@ public:
#endif
private:
- WebBackForwardList(WebPageProxy*);
+ explicit WebBackForwardList(WebPageProxy*);
virtual Type type() const { return APIType; }