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

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: remove test expectation from moved test 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 4c223bef132ce5fa83134d40c5718eb4c19d2902..ca131ce7800eb231efef02b0183bfd326a4f5df6 100644
--- a/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/LayoutTests/http/tests/inspector/timeline-test.js
@@ -103,7 +103,7 @@ InspectorTest.invokeAsyncWithTimeline = function(functionName, doneCallback)
function step2()
{
- InspectorTest.stopTimeline(doneCallback);
+ InspectorTest.stopTimeline(InspectorTest.safeWrap(doneCallback));
}
}

Powered by Google App Engine
This is Rietveld 408576698