Commit 15ffc2e2 authored by danno@chromium.org's avatar danno@chromium.org

Fix presubmit problem with elements template macro

TBR=jkummerow@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9665002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10990 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 17b7d33d
......@@ -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; \
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment