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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-loader.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/inspector/profiler/heap-snapshot-loader.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-loader.html b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
index 67d55d2a17d71eff81668f29e48f54135d919b80..6e139f234c41daa23d94d2451281459c2b30ada5 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-loader.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
@@ -37,7 +37,7 @@ function test()
}
WebInspector.console.log = function(message) {
- InspectorTest.addResult("WebInspector.consoleModel.log: " + message);
+ InspectorTest.addResult("InspectorTest.consoleModel.log: " + message);
}
InspectorTest.runTestSuite([

Powered by Google App Engine
This is Rietveld 408576698