Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 53e5929bd43646e1abb9344a11945a5ecbe89e0e..ba4d19b01d45bba7981f4849eafcd81acc49ad37 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -458,7 +458,7 @@ template <class T> class Eternal { |
} |
// Can only be safely called if already set. |
V8_INLINE(Local<T> Get(Isolate* isolate)); |
- V8_INLINE(bool IsEmpty()) { return index_ != kInitialValue; } |
+ V8_INLINE(bool IsEmpty()) { return index_ == kInitialValue; } |
template<class S> |
V8_INLINE(void Set(Isolate* isolate, Local<S> handle)); |