| Index: third_party/WebKit/Source/wtf/text/WTFString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| index 56ccbfa1ce982420764d44eea58fa7e1ce644920..40efba8be70c60ae811dec5a4228519648aad63a 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| @@ -246,7 +246,7 @@ public:
|
|
|
| void ensure16Bit();
|
|
|
| - void truncate(unsigned len);
|
| + void truncate(unsigned length);
|
| void remove(unsigned start, unsigned length = 1);
|
|
|
| String substring(unsigned pos, unsigned len = UINT_MAX) const;
|
|
|