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

Unified Diff: src/compiler.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/code-stubs.h ('k') | src/compiler/access-builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 46f83e2310c30011a5ccb4d94084fb022fba01c0..ba989d3cc10c5ed01d90a13b029b63480a1f5ceb 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -293,7 +293,7 @@ class CompilationInfo {
(closure()->context()->global_object() != NULL);
}
- GlobalObject* global_object() const {
+ JSGlobalObject* global_object() const {
return has_global_object() ? closure()->context()->global_object() : NULL;
}
« no previous file with comments | « src/code-stubs.h ('k') | src/compiler/access-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698