diff options
Diffstat (limited to 'WebCore/dom/OverflowEvent.h')
-rw-r--r-- | WebCore/dom/OverflowEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/OverflowEvent.h b/WebCore/dom/OverflowEvent.h index 9fd0ea1..f1cd2f3 100644 --- a/WebCore/dom/OverflowEvent.h +++ b/WebCore/dom/OverflowEvent.h @@ -33,8 +33,8 @@ namespace WebCore { class OverflowEvent : public Event { public: enum orientType { - VERTICAL = 0, - HORIZONTAL = 1, + HORIZONTAL = 0, + VERTICAL = 1, BOTH = 2 }; |