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

Unified Diff: src/objects-visiting.h

Issue 10878047: Revert to code state of 3.13.1 plus r12350 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 4 months 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/objects-printer.cc ('k') | src/objects-visiting-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-visiting.h
diff --git a/src/objects-visiting.h b/src/objects-visiting.h
index 76a0f74e8603c8819be9d1cd0300819fa3fc6416..d19e76895dc3d1f9e5600e071f33717fcce70c3f 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -54,7 +54,7 @@ class StaticVisitorBase : public AllStatic {
V(FreeSpace) \
V(FixedArray) \
V(FixedDoubleArray) \
- V(NativeContext) \
+ V(GlobalContext) \
V(DataObject2) \
V(DataObject3) \
V(DataObject4) \
@@ -395,7 +395,7 @@ class StaticMarkingVisitor : public StaticVisitorBase {
static inline void VisitRuntimeEntry(RelocInfo* rinfo) { }
// TODO(mstarzinger): This should be made protected once refactoring is done.
- static inline void VisitNativeContext(Map* map, HeapObject* object);
+ static inline void VisitGlobalContext(Map* map, HeapObject* object);
protected:
static inline void VisitCode(Map* map, HeapObject* object);
« no previous file with comments | « src/objects-printer.cc ('k') | src/objects-visiting-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698