Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 522d617e6bca3693b2b8a0b6c818b8c15f2994a5..79988f8f27a9a0c45f7d66fd4c2df9b46c4b81f0 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -617,7 +617,7 @@ class Isolate { |
// Returns the global object of the current context. It could be |
// a builtin object, or a JS global object. |
- inline Handle<GlobalObject> global_object(); |
+ inline Handle<JSGlobalObject> global_object(); |
// Returns the global proxy object of the current context. |
JSObject* global_proxy() { |