| Index: third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp b/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
|
| index 1541b10551d96bb2ded0b4b588eab996ce3e86e1..2cd42e025aadc74eec18c2ceb196cb4563b99a43 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp
|
| @@ -40,7 +40,8 @@ class TextBreakIteratorTest : public testing::Test {
|
| String m_testString;
|
| };
|
|
|
| -// Initializing Vector from an initializer list still not possible, C++ feature banned in Blink.
|
| +// Initializing Vector from an initializer list still not possible, C++ feature
|
| +// banned in Blink.
|
| #define DECLARE_BREAKSVECTOR(...) \
|
| static const int32_t breaksArray[] = __VA_ARGS__; \
|
| Vector<int> breaks; \
|
|
|