summaryrefslogtreecommitdiffstats
path: root/WebCore/page/PerformanceNavigation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/PerformanceNavigation.h')
-rw-r--r--WebCore/page/PerformanceNavigation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/page/PerformanceNavigation.h b/WebCore/page/PerformanceNavigation.h
index 2ba9b9c..bdf6eaa 100644
--- a/WebCore/page/PerformanceNavigation.h
+++ b/WebCore/page/PerformanceNavigation.h
@@ -48,9 +48,10 @@ public:
void disconnectFrame();
enum PerformanceNavigationType {
- NAVIGATE,
- RELOAD,
- BACK_FORWARD
+ TYPE_NAVIGATE,
+ TYPE_RELOAD,
+ TYPE_BACK_FORWARD,
+ TYPE_RESERVED = 255
};
unsigned short type() const;