Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: src/isolate.h

Issue 1406113007: Merge GlobalObject with JSGlobalObject. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ic/x87/handler-compiler-x87.cc ('k') | src/isolate-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « src/ic/x87/handler-compiler-x87.cc ('k') | src/isolate-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698