Index: src/isolate-inl.h |
diff --git a/src/isolate-inl.h b/src/isolate-inl.h |
index 214117879caee97253befe8e8fe90130fa6d76c2..c27b7a700d4143aee6afd0a10a69cb205296252c 100644 |
--- a/src/isolate-inl.h |
+++ b/src/isolate-inl.h |
@@ -73,11 +73,7 @@ |
Handle<JSGlobalObject> Isolate::global_object() { |
- return handle(context()->global_object(), this); |
-} |
- |
-Handle<JSObject> Isolate::global_proxy() { |
- return handle(context()->global_proxy(), this); |
+ return Handle<JSGlobalObject>(context()->global_object(), this); |
} |