Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 7a504de55142c374f5aa89741dee0d5b62937fce..b4ee4e75348b73f5051e94084dbaea0054a044f2 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -449,6 +449,8 @@ class MarkCompactCollector { |
bool StartCompaction(); |
+ void AbortCompaction(); |
+ |
// During a full GC, there is a stack-allocated GCTracer that is used for |
// bookkeeping information. Return a pointer to that tracer. |
GCTracer* tracer() { return tracer_; } |