Index: third_party/WebKit/LayoutTests/inspector/tracing.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing.html b/third_party/WebKit/LayoutTests/inspector/tracing.html |
index c7ee50d6014326057bcae580cce6b9f5fa36ec22..c0fb91148914a1188996f88c6587467985d6a981 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing.html |
+++ b/third_party/WebKit/LayoutTests/inspector/tracing.html |
@@ -91,7 +91,6 @@ function test() |
++knownEvents[event.name]; |
} |
InspectorTest.assertGreaterOrEqual(events.length, 100, "Too few trace events recorded"); |
- InspectorTest.assertGreaterOrEqual(knownEvents["v8.callFunction"], 1, "Too few v8.callFunction"); |
InspectorTest.assertGreaterOrEqual(knownEvents["UpdateLayoutTree"], 1, "Too few UpdateLayoutTree"); |
InspectorTest.assertGreaterOrEqual(knownEvents["FrameView::layout"], 1, "Too few FrameView::layout"); |
InspectorTest.assertGreaterOrEqual(phaseComplete, 50, "Too few begin events"); |