Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index f4e40cdd3844b35b03541eaa95abb91441546848..6e47cd6acf788b77addad7919f4fc0928d722d66 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -12670,8 +12670,8 @@ struct CopyablePersistentTraits { |
typedef Persistent<T, CopyablePersistentTraits<T> > CopyablePersistent; |
static const bool kResetInDestructor = true; |
template<class S, class M> |
- static V8_INLINE void Copy(const Persistent<S, M>& source, |
- CopyablePersistent* dest) { |
+ V8_INLINE(static void Copy(const Persistent<S, M>& source, |
+ CopyablePersistent* dest)) { |
// do nothing, just allow copy |
} |
}; |