| Index: src/handles-inl.h
|
| diff --git a/src/handles-inl.h b/src/handles-inl.h
|
| index c084fb901417108f0c78bda099a794e987a358b7..5a1c54b61073949db4391145362da6f98c4e1992 100644
|
| --- a/src/handles-inl.h
|
| +++ b/src/handles-inl.h
|
| @@ -76,17 +76,6 @@ inline T** Handle<T>::location() const {
|
| }
|
|
|
|
|
| -HandleScope::HandleScope() {
|
| - Isolate* isolate = Isolate::Current();
|
| - v8::ImplementationUtilities::HandleScopeData* current =
|
| - isolate->handle_scope_data();
|
| - isolate_ = isolate;
|
| - prev_next_ = current->next;
|
| - prev_limit_ = current->limit;
|
| - current->level++;
|
| -}
|
| -
|
| -
|
| HandleScope::HandleScope(Isolate* isolate) {
|
| ASSERT(isolate == Isolate::Current());
|
| v8::ImplementationUtilities::HandleScopeData* current =
|
|
|