| Index: third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| index 4b43d50cafeb8554e4e566be50a90e98cecaf1e6..b4eb55006e2fbbad22dfcf723ba430cff15dc2de 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| @@ -44,7 +44,8 @@ TEST_F(PerformanceTest, LongTaskObserverInstrumentation) {
|
| m_performance->updateLongTaskInstrumentation();
|
| EXPECT_TRUE(hasLongTaskInspectorAgent());
|
|
|
| - // While LongTask observer is present, updateLongTaskInstrumentation has no effect.
|
| + // While LongTask observer is present, updateLongTaskInstrumentation has no
|
| + // effect.
|
| m_performance->updateLongTaskInstrumentation();
|
| EXPECT_TRUE(hasLongTaskInspectorAgent());
|
|
|
|
|