| Index: third_party/WebKit/Source/core/frame/UseCounterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
|
| index b019a74c67319ab4effa94cdb9ca4335e4acb25c..eb9b0df90882e972f7fd1b5521cc63e9d9b7bcbf 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
|
| @@ -191,7 +191,8 @@ TEST(UseCounterTest, SVGImageContext) {
|
| UseCounter useCounter(UseCounter::SVGImageContext);
|
| HistogramTester histogramTester;
|
|
|
| - // Verify that SVGImage related feature counters get recorded in a separate histogram.
|
| + // Verify that SVGImage related feature counters get recorded in a separate
|
| + // histogram.
|
| EXPECT_FALSE(
|
| useCounter.hasRecordedMeasurement(UseCounter::SVGSMILAdditiveAnimation));
|
| useCounter.recordMeasurement(UseCounter::SVGSMILAdditiveAnimation);
|
|
|