Index: src/webkit/glue/webframe_impl.h =================================================================== --- src/webkit/glue/webframe_impl.h (revisão 1918) +++ src/webkit/glue/webframe_impl.h (cópia de trabalho) @@ -388,7 +388,7 @@ 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.