Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 6ef74de123d9640f1438aca97144dda13792e359..96acaea263c96e5528d2421c30698c26ccd34d7d 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_; |