Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index d31ef5405cfaf5c0fb7bbd419b73c50b715ca3a9..92a68971f94c2c61636d196d3336342fc3351e77 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -492,6 +492,8 @@ class V8EXPORT HandleScope { |
| bool is_closed_; |
| internal::Object** RawClose(internal::Object** value); |
| + bool has_isolate_lock_; |
| + |
| friend class ImplementationUtilities; |
| }; |