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

Unified Diff: src/property.h

Issue 2601643002: [runtime] Add MapUpdater class that manages all kinds of map updates. (Closed)
Patch Set: Created 3 years, 11 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
Index: src/property.h
diff --git a/src/property.h b/src/property.h
index 65cad5f64fa373eb3af622f07ede31f5e5505147..e265743efd522b2a589853b6318a97edbf0f09f5 100644
--- a/src/property.h
+++ b/src/property.h
@@ -85,6 +85,7 @@ class Descriptor final BASE_EMBEDDED {
friend class DescriptorArray;
friend class Map;
+ friend class MapReconfigurer;
};
std::ostream& operator<<(std::ostream& os, const Descriptor& d);
« src/objects.cc ('K') | « src/objects-inl.h ('k') | src/property-details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698