Reviewers: Jakob,
Description:
Fix presubmit problem with elements template macro
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9665002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/elements.cc
Index: src/elements.cc
diff --git a/src/elements.cc b/src/elements.cc
index
5a9f4f4b75106c35e603f73cee348bf6b6c7ffc6..331f6bc4b49162864f52c863497bfa020b453e52
100644
--- a/src/elements.cc
+++ b/src/elements.cc
@@ -98,7 +98,7 @@ template<ElementsKind Kind> class ElementsKindTraits {
#define ELEMENTS_TRAITS(Class, KindParam, Store) \
template<> class ElementsKindTraits<KindParam> { \
- public: \
+ public: \
static const ElementsKind Kind = KindParam; \
typedef Store BackingStore; \
};
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev