| Index: src/api.h
|
| diff --git a/src/api.h b/src/api.h
|
| index 21f5043323a10e6649680542bff04c08c1257fac..5846414d3fc3a5ad3ba93e29913df09a82a8b4ff 100644
|
| --- a/src/api.h
|
| +++ b/src/api.h
|
| @@ -396,7 +396,7 @@ class StringTracker {
|
| // data. In multithreaded V8 programs this data is copied in and out of storage
|
| // so that the currently executing thread always has its own copy of this
|
| // data.
|
| -ISOLATED_CLASS HandleScopeImplementer {
|
| +class HandleScopeImplementer {
|
| public:
|
|
|
| explicit HandleScopeImplementer(Isolate* isolate)
|
|
|