| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index dbc28697f006732d3f37cd2c5269cf1d8b0a01fe..c2a70fc385d8eb8069e84eeb8ac9ba3c671d064e 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -395,6 +395,7 @@ template<class BaseMarker> class Marker {
|
| // treating transitions or back pointers weak.
|
| void MarkMapContents(Map* map);
|
| void MarkDescriptorArray(DescriptorArray* descriptors);
|
| + void MarkTransitionArray(TransitionArray* transitions);
|
| void MarkAccessorPairSlot(AccessorPair* accessors, int offset);
|
|
|
| private:
|
|
|