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

Unified Diff: src/objects.h

Issue 388193002: Unify LookupIterator::GetRoot and Objects::GetRootMap (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 5 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/lookup.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index d742b237c52b6f510f73c8ebda3654732c53d981..3325024fd81a8697cd82fb1c7c89279a79c7464c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1570,6 +1570,7 @@ class Object {
#endif
private:
+ friend class LookupIterator;
friend class PrototypeIterator;
// Return the map of the root of object's prototype chain.
« no previous file with comments | « src/lookup.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698