Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index fa597129e146240a085ec51ebd627f530d9be821..d1bceca3f63f421e67e1af0e0c890bec56edfdab 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3606,7 +3606,7 @@ class V8EXPORT Locker { |
/** |
* Returns whether v8::Locker is being used by this V8 instance. |
*/ |
- static bool IsActive() { return active_; } |
+ static bool IsActive(); |
private: |
bool has_lock_; |