| Index: third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| index 47ccac7c433a50c3ffca4e22390e6f3b9d35ba22..5b46ae0fc96ecd42e5082334089a8b5615588269 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| @@ -28,13 +28,6 @@ struct ExpectedRun {
|
|
|
| class OrientationIteratorTest : public testing::Test {
|
| protected:
|
| -#if !LOG_DISABLED
|
| - static void SetUpTestCase()
|
| - {
|
| - LogFonts = { WTFLogChannelOn };
|
| - }
|
| -#endif
|
| -
|
| void CheckRuns(const Vector<TestRun>& runs)
|
| {
|
| String text(emptyString16Bit());
|
| @@ -59,7 +52,6 @@ protected:
|
| ASSERT_EQ(expect[runCount].renderOrientation, renderOrientation);
|
| ++runCount;
|
| }
|
| - WTF_LOG(Fonts, "Expected %zu runs, got %lu ", expect.size(), runCount);
|
| ASSERT_EQ(expect.size(), runCount);
|
| }
|
| };
|
|
|