Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index c073fb30a53c88aaff85e61aed6848adb69cc27d..17719692ef6c8f0908985c99b1b95f426ea04d19 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -738,7 +738,7 @@ template <class T, class M> class Persistent : public PersistentBase<T> { |
template<class T> |
class UniquePersistent : public PersistentBase<T> { |
struct RValue { |
- V8_INLINE explicit RValue(UniquePersistent* object) : object(object) {} |
+ V8_INLINE explicit RValue(UniquePersistent* obj) : object(obj) {} |
UniquePersistent* object; |
}; |