Index: third_party/WebKit/Source/platform/wtf/text/StringBuilder.h |
diff --git a/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h |
index e8e6cf0192b9b6e92557279d5066cb7ab693908a..8fc02831b009a189f921c093a03657364228f5b3 100644 |
--- a/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h |
+++ b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.h |
@@ -145,6 +145,8 @@ class WTF_EXPORT StringBuilder { |
void AppendNumber(unsigned long long); |
void AppendNumber(double, unsigned precision = 6); |
+ void erase(unsigned); |
+ |
String ToString(); |
AtomicString ToAtomicString(); |
String Substring(unsigned start, unsigned length) const; |