summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--webkit/glue/webframe_impl.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 57ea8ed..e051670a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,3 +8,4 @@ Andrew Brampton <me@bramp.net>
Paweł Hajdan jr <phajdan.jr@gmail.com>
Jesse Miller <jesse@jmiller.biz>
Szymon Piechowicz <szymonpiechowicz@o2.pl>
+James Vega <vega.james@gmail.com>
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.