Index: src/mark-compact.cc |
=================================================================== |
--- src/mark-compact.cc (revision 530) |
+++ src/mark-compact.cc (working copy) |
@@ -207,7 +207,7 @@ |
static MarkingStack marking_stack; |
-inline HeapObject* ShortCircuitConsString(Object** p) { |
+static inline HeapObject* ShortCircuitConsString(Object** p) { |
// Optimization: If the heap object pointed to by p is a non-symbol |
// cons string whose right substring is Heap::empty_string, update |
// it in place to its left substring. Return the updated value. |