| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| index 3dd0641fa4637aace135f23a28b6c02026200e68..3288db4ab27c2b4b17cc441e32341fd830055e22 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| @@ -49,13 +49,6 @@ struct SegmenterExpectedRun {
|
|
|
| class RunSegmenterTest : public testing::Test {
|
| protected:
|
| -#if !LOG_DISABLED
|
| - static void SetUpTestCase()
|
| - {
|
| - LogFonts = { WTFLogChannelOn };
|
| - }
|
| -#endif
|
| -
|
| void CheckRuns(const Vector<SegmenterTestRun>& runs, FontOrientation orientation, FontVariant variant)
|
| {
|
| String text(emptyString16Bit());
|
|
|