summaryrefslogtreecommitdiffstats
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, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/WebBackForwardList.h b/Source/WebKit2/UIProcess/WebBackForwardList.h
index f51ab26..3376771 100644
--- a/Source/WebKit2/UIProcess/WebBackForwardList.h
+++ b/Source/WebKit2/UIProcess/WebBackForwardList.h
@@ -83,6 +83,8 @@ public:
#endif
private:
+ static const unsigned NoCurrentItemIndex = UINT_MAX;
+
WebBackForwardList(WebPageProxy*);
virtual Type type() const { return APIType; }