Index: src/string-builder.h |
diff --git a/src/string-builder.h b/src/string-builder.h |
index 43b690dba38228d73a7b79c21465e8644f8b031d..5314665329988104347557d139da3713ad51dedf 100644 |
--- a/src/string-builder.h |
+++ b/src/string-builder.h |
@@ -384,7 +384,7 @@ class IncrementalStringBuilder { |
} |
// Add the current part to the accumulator. |
- void Accumulate(); |
+ void Accumulate(Handle<String> new_part); |
// Finish the current part and allocate a new part. |
void Extend(); |