| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index b94355bf4501576b73ee725319ac671d916ad5bf..6d73bac353f1ea1e318c37e96ab1747c853c8a84 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -394,7 +394,6 @@ template<class BaseMarker> class Marker {
|
| // Mark pointers in a Map and its DescriptorArray together, possibly
|
| // treating transitions or back pointers weak.
|
| void MarkMapContents(Map* map);
|
| - void MarkDescriptorArray(DescriptorArray* descriptors);
|
| void MarkTransitionArray(TransitionArray* transitions);
|
|
|
| private:
|
|
|