Index: Source/wtf/text/TextPosition.cpp |
diff --git a/Source/wtf/text/TextPosition.cpp b/Source/wtf/text/TextPosition.cpp |
index b3fce56502a5d2b950dd424c322093f8b059b903..b9b443e05864e480e25472bdbd1508e82ac998b4 100644 |
--- a/Source/wtf/text/TextPosition.cpp |
+++ b/Source/wtf/text/TextPosition.cpp |
@@ -30,9 +30,9 @@ |
namespace WTF { |
-PassOwnPtr<Vector<unsigned> > lineEndings(const String& text) |
+PassOwnPtr<Vector<unsigned>> lineEndings(const String& text) |
{ |
- OwnPtr<Vector<unsigned> > result(adoptPtr(new Vector<unsigned>())); |
+ OwnPtr<Vector<unsigned>> result(adoptPtr(new Vector<unsigned>())); |
unsigned start = 0; |
while (start < text.length()) { |