diff options
Diffstat (limited to 'WebCore/platform/text/StringBuilder.h')
-rw-r--r-- | WebCore/platform/text/StringBuilder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/text/StringBuilder.h b/WebCore/platform/text/StringBuilder.h index 8d76b9c..7f72fbf 100644 --- a/WebCore/platform/text/StringBuilder.h +++ b/WebCore/platform/text/StringBuilder.h @@ -42,6 +42,9 @@ namespace WebCore { void append(const String&); void append(UChar); void append(char); + + void clear(); + unsigned length() const; String toString() const; |