Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html

Issue 183893010: DevTools: extract TimelineModel.Record from TimelinePresentationModel.Record. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
diff --git a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html b/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
index 151dfe247e25d1f96d8956482176811035cfd01f..0c3da06b04423e86b85a2e0f066967bbe78cb4db 100644
--- a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
+++ b/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
@@ -16,7 +16,6 @@ function test()
InspectorTest.startTimeline(function() {
InspectorTest.evaluateInPage("performActions()");
});
- WebInspector.TimelineModel._doNotAssignEndTime = true;
InspectorTest.waitForRecordType("WebSocketDestroy", finish);

Powered by Google App Engine
This is Rietveld 408576698