summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index c3d51c5..3972bc0 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -388,7 +388,7 @@ class WebFrameImpl : public WebFrame {
private:
// A bit mask specifying area of the frame to invalidate.
- typedef enum AreaToInvalidate {
+ enum AreaToInvalidate {
INVALIDATE_NOTHING = 0,
INVALIDATE_CONTENT_AREA = 1,
INVALIDATE_SCROLLBAR = 2, // vertical scrollbar only.