Chromium Code Reviews| Index: src/api.cc |
| diff --git a/src/api.cc b/src/api.cc |
| index d5a53b6701f158b82ed301f51c087cba3a2df58a..4d481fc029d29f20abb93b7c2f8defdac71bfea5 100644 |
| --- a/src/api.cc |
| +++ b/src/api.cc |
| @@ -6271,7 +6271,6 @@ v8::Isolate* Context::GetIsolate() { |
| return reinterpret_cast<Isolate*>(env->GetIsolate()); |
| } |
| - |
| v8::Local<v8::Object> Context::Global() { |
| i::Handle<i::Context> context = Utils::OpenHandle(this); |
| i::Isolate* isolate = context->GetIsolate(); |