Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: webkit/pending/Page.h

Issue 205: GCC 4.3 build fixes. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/SConscript.main ('K') | « build/SConscript.main ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/pending/Page.h
===================================================================
--- webkit/pending/Page.h (revision 1661)
+++ webkit/pending/Page.h (working copy)
@@ -33,12 +33,12 @@
typedef struct HINSTANCE__* HINSTANCE;
#endif
-typedef enum TextCaseSensitivity {
+enum TextCaseSensitivity {
TextCaseSensitive,
TextCaseInsensitive
};
-typedef enum FindDirection {
+enum FindDirection {
FindDirectionForward,
FindDirectionBackward
};
« build/SConscript.main ('K') | « build/SConscript.main ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698