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

Unified Diff: webkit/port/bindings/v8/v8_index.h

Issue 13224: This is a cleaned up fix of Christian's original patch in ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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
Index: webkit/port/bindings/v8/v8_index.h
===================================================================
--- webkit/port/bindings/v8/v8_index.h (revision 6421)
+++ webkit/port/bindings/v8/v8_index.h (working copy)
@@ -443,6 +443,7 @@
ALL_WRAPPER_TYPES(DEFINE_ENUM)
#undef DEFINE_ENUM
CLASSINDEX_END,
+ WRAPPER_TYPE_COUNT = CLASSINDEX_END
};
static int ToInt(V8WrapperType type) { return static_cast<int>(type); }

Powered by Google App Engine
This is Rietveld 408576698