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

Unified Diff: LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html

Issue 397313003: DevTools: Remove target function from TimelineModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase once more Created 6 years, 5 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 | « no previous file | Source/devtools/front_end/profiler/ProfilesPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
diff --git a/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html b/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
index eee2eaa022bad1f18b1b06008a62019fa10aa54d..a996230c067e7afc05864f3a70f4cdf286b613d2 100644
--- a/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
+++ b/LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes.html
@@ -40,7 +40,7 @@ function test()
function processPicture(picture)
{
- WebInspector.PaintProfilerSnapshot.load(InspectorTest.tracingTimelineModel.target(), picture, onSnapshotLoaded);
+ WebInspector.PaintProfilerSnapshot.load(WebInspector.targetManager.targets()[0], picture, onSnapshotLoaded);
}
function onSnapshotLoaded(snapshot)
« no previous file with comments | « no previous file | Source/devtools/front_end/profiler/ProfilesPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698