| Index: third_party/WebKit/Source/web/mac/WebSubstringUtil.mm | 
| diff --git a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm | 
| index 350e9cb072ff92136e107450e6ab66a12decc15d..6014041abad066e39b1bb1e0156555e38ad0c86e 100644 | 
| --- a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm | 
| +++ b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm | 
| @@ -96,7 +96,7 @@ static NSAttributedString* attributedSubstringFromRange(const EphemeralRange& ra | 
| else | 
| [attrs removeObjectForKey:NSBackgroundColorAttributeName]; | 
|  | 
| -        Vector<UChar> characters; | 
| +        ForwardsTextBuffer characters; | 
| it.copyTextTo(characters); | 
| NSString* substring = | 
| [[[NSString alloc] initWithCharacters:characters.data() | 
|  |