Index: src/ast.h |
diff --git a/src/ast.h b/src/ast.h |
index 5398775483ec7c9766922d27c6f7e024bc6f6b4e..3ab34c9ee390d2b268be8efa0dd79b909f43d419 100644 |
--- a/src/ast.h |
+++ b/src/ast.h |
@@ -269,6 +269,7 @@ class SmallMapList { |
void Reserve(int capacity) { list_.Reserve(capacity); } |
void Clear() { list_.Clear(); } |
+ void Sort() { list_.Sort(); } |
bool is_empty() const { return list_.is_empty(); } |
int length() const { return list_.length(); } |