| Index: third_party/WebKit/Source/platform/fonts/SmallCapsIteratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SmallCapsIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/SmallCapsIteratorTest.cpp
|
| index c8afeb8e7c74a8bc1f4d9572af7574b946f24591..12e0888c11a3849dd4c720c2cb90b6421e887f6c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SmallCapsIteratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/SmallCapsIteratorTest.cpp
|
| @@ -28,13 +28,6 @@ struct ExpectedRun {
|
|
|
| class SmallCapsIteratorTest : 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].smallCapsBehavior, smallCapsBehavior);
|
| ++runCount;
|
| }
|
| - WTF_LOG(Fonts, "Expected %zu runs, got %lu ", expect.size(), runCount);
|
| ASSERT_EQ(expect.size(), runCount);
|
| }
|
| };
|
|
|