| Index: src/isolate.cc
|
| diff --git a/src/isolate.cc b/src/isolate.cc
|
| index 2bf2e3befd3d589c8a5860741af6df1a27bcd961..b05cb9731a6065e30fab5add4f44f07294be4f6c 100644
|
| --- a/src/isolate.cc
|
| +++ b/src/isolate.cc
|
| @@ -1485,11 +1485,6 @@ Handle<Context> Isolate::native_context() {
|
| }
|
|
|
|
|
| -Handle<Context> Isolate::global_context() {
|
| - return handle(context()->global_object()->global_context());
|
| -}
|
| -
|
| -
|
| Handle<Context> Isolate::GetCallingNativeContext() {
|
| JavaScriptFrameIterator it(this);
|
| if (debug_->in_debug_scope()) {
|
|
|