Chromium Code Reviews| Index: Source/wtf/text/TextPosition.h |
| diff --git a/Source/wtf/text/TextPosition.h b/Source/wtf/text/TextPosition.h |
| index a1c05092a620485ab4b99df1c92d5cc7f11ec8e6..8626054b91936f256dfb73d91702671c6e39df17 100644 |
| --- a/Source/wtf/text/TextPosition.h |
| +++ b/Source/wtf/text/TextPosition.h |
| @@ -83,7 +83,7 @@ public: |
| OrdinalNumber m_column; |
| }; |
| -WTF_EXPORT PassOwnPtr<Vector<unsigned> > lineEndings(const String&); |
| +WTF_EXPORT PassOwnPtr<Vector<unsigned>> lineEndings(const String&); |
| } // namespace WTF |