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

Unified Diff: LayoutTests/http/tests/inspector/timeline-test.js

Issue 717243002: Timeline: do not imply event.thread.target is the main target (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: avoid keep stale model in TimelineFrameModel Created 6 years, 1 month 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/timeline-test.js
diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/http/tests/inspector/timeline-test.js
index f603e020448f11fff6470a85dfa8aa34b6f62126..e4b9df36b6161e945f863ea16d3d755c6fc11523 100644
--- a/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/LayoutTests/http/tests/inspector/timeline-test.js
@@ -104,7 +104,7 @@ InspectorTest.invokeAsyncWithTimeline = function(functionName, doneCallback)
function step2()
{
- InspectorTest.stopTimeline(doneCallback);
+ InspectorTest.stopTimeline(InspectorTest.safeWrap(doneCallback));
}
}
« no previous file with comments | « LayoutTests/http/tests/inspector/layers-test.js ('k') | LayoutTests/inspector/layers/tracing-layer-tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698