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

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: For landing 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
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | LayoutTests/inspector/timeline-dfs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d6eaf3e95755e7b51eb26d2475bab6d55bc80dc..5bf1c8bd74d1effa8b956d9f3533645147688c92 100644
--- a/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
+++ b/LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
@@ -14,7 +14,6 @@ function test()
InspectorTest.startTimeline(function() {
InspectorTest.evaluateInPage("performActions()");
});
- WebInspector.TimelineModel._doNotAssignEndTime = true;
InspectorTest.waitForRecordType("WebSocketDestroy", finish);
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | LayoutTests/inspector/timeline-dfs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698